50!!! C++
查看原帖
50!!! C++
1543643
MWSFirestar楼主2024/12/14 20:29

emm...

#include <bits/stdc++.h>
using namespace std;

int main() {
	char s;
	int t;
	cin >> s;
	t = s;
	if(t % 2 == 0){
	    cout << "ON";  
	} else {
		cout << "YES";
	}
	return 0;
}
2024/12/14 20:29
加载中...