Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
4827 陆若涵 07判断成绩 C++ Compile Error 0 MS 0 KB 150 2024-09-21 20:07:28

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ int s; cin>>s; if (a>60){ cout<<"及格"; } if (a<60){ cout<<"不及格"; } }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:6: error: 'a' was not declared in this scope
  if (a>60){
      ^
Main.cc:8:6: error: 'a' was not declared in this scope
  if (a<60){
      ^