| Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|---|
| 434075 | 吴鑫昊 | 【C1-7】数学考试 | C++ | 解答错误 | 0 | 1 MS | 244 KB | 222 | 2026-03-24 19:59:21 |
#include<bits/stdc++.h> using namespace std; int main(){ int n,fy; cin>>n; if(fy<=60){ cout<<0; } else if(fy>=60){ cout<<1; } else if(fy==60){ cout<<1; } cout<<fy<<endl; return 0; }