Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
105091 | 李朋秦 | 07判断成绩 | C++ | Wrong Answer | 0 MS | 256 KB | 171 | 2025-01-12 14:17:24 |
#include<iostream> #include<cstdio> #include<cstring> using namespace std; int main(){ int a; a=99; if(a>60){ cout<<"YES"; } return 0; }
------Input------
14
------Answer-----
NO
------Your output-----
YES