Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
38510 奚晨瑞 奇数判断 C++ 通过 1 MS 236 KB 150 2024-01-27 16:02:35

Tests(2/2):


#include<iostream> using namespace std; int main() { int n; cin>>n; if(n%2==0){ cout<<"no"; } else{ cout<<"yes"; } return 0; }


测评信息: