Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
358101 蒙可馨 【C1-7】数学考试 C++ 通过 100 1 MS 240 KB 105 2025-10-25 17:44:27

Tests(3/3):


#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<(n>=60); return 0; }


测评信息: