Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
135250 ztx 07判断成绩 C++ Compile Error 0 MS 0 KB 156 2025-11-03 16:36:41

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ loog loog a; cin>>a; if(a%2!=0){ cout<<"YES"; } if(a%2==0){ cout<<"NO"; } }


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:2: error: 'loog' was not declared in this scope
  loog loog a;
  ^
Main.cc:5:7: error: 'a' was not declared in this scope
  cin>>a; 
       ^