Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
56203 xuxingping 奇数判断 C++ 通过 0 MS 248 KB 126 2024-11-09 21:19:04

Tests(2/2):


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


测评信息:

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0