Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
434066 吴鑫昊 【C1-7】数学考试 C++ 解答错误 0 1 MS 252 KB 211 2026-03-23 20:31:02

Tests(0/3):


#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; return 0; }


测评信息: