Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
72341 sh25_wangsj 判断奇偶性 C++ 通过 0 MS 244 KB 191 2025-10-31 15:43:50

Tests(2/2):


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


测评信息: