Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
134718 余建成 05字符的变化 C++ Compile Error 0 MS 0 KB 131 2025-11-01 11:47:51

Tests(0/0):


Code:

#inlude<iostream> using namespace std; int main() { char A; cin>>A; cout<<(A+10-30)*20/5<<endl return 0; }


Run Info:

Main.cc:1:2: error: invalid preprocessing directive #inlude
 #inlude
  ^
Main.cc: In function 'int main()':
Main.cc:6:2: error: 'cin' was not declared in this scope
  cin>>A;
  ^
Main.cc:7:2: error: 'cout' was not declared in this scope
  cout<<(A+10-30)*20/5<