50分求救,半红半绿!
查看原帖
50分求救,半红半绿!
1351382
xuxuanle666楼主2025/1/27 09:15

https://www.luogu.com.cn/record/200674165

#include <bits/stdc++.h>
using namespace std;
int main(){
    char a;
    int x;
    cin>>a;
    x=a;
    if(x%2==0){
        cout<<" NO";
}else{
        cout<<"YES";
    }
}
2025/1/27 09:15
加载中...