Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
55951 该账号已封禁 判断奇偶性 C++ Accepted 1 MS 256 KB 188 2024-11-08 17:14:42

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; if(a%2==1) { cout<<"odd"<<endl; } else { cout<<"even"<<endl; } }


Judgement Protocol: