Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
145170 于墨轩 07判断成绩 C++ Compile Error 0 MS 0 KB 175 2026-01-25 09:17:07

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int a; cin>>a; if(a>=60){ cout<<"YES"; }else{ cout<<"NO"; } reutrn 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:10:5: error: 'reutrn' was not declared in this scope
     reutrn 0;
     ^