Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
105090 李朋秦 07判断成绩 C++ Wrong Answer 0 MS 260 KB 171 2025-01-12 14:16:09

Tests(0/10):


Code:

#include<iostream> #include<cstdio> #include<cstring> using namespace std; int main(){ int a; a=99; if(a>60){ cout<<"yes"; } return 0; }


Run Info:

------Input------
14
------Answer-----
NO
------Your output-----
yes