Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
55950 该账号已封禁 奇数判断 C++ 通过 0 MS 240 KB 135 2024-11-08 17:14:27

Tests(2/2):


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


测评信息: