Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
434224 吴鑫昊 【C1-7】小童想休息 C++ 编译错误 0 0 MS 0 KB 187 2026-03-27 20:27:58

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n<=80){ cout<<0; else{ if(n>=80){ cout<<1; } } } cout<<n; return 0; }


测评信息: