Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
356485 谢聿宸 【C1-7】数学考试 C++ 通过 100 2 MS 248 KB 137 2025-10-18 11:07:16

Tests(3/3):


#include <iostream> using namespace std; int main() { int j; cin>>j; if(j>=60) { cout<<1; } else { cout<<0; } }


测评信息: