Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
1563 戴子琪 02买铅笔 C++ Compile Error 0 MS 0 KB 105 2023-10-20 18:36:24

Tests(0/0):


Code:

# inciude <iostream> using namespace std; int main(){ cout<<a.b<</<<c.d<<endl; return 0; }


Run Info:

Main.cc:1:3: error: invalid preprocessing directive #inciude
 # inciude 
   ^
Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cout' was not declared in this scope
     cout<a.b<</<<c.d<<endl;
     ^
Main.cc:5:11: error: 'a' was not declared in this scope
     cout<<a.b<</<<c.d<<endl;
           ^
Main.cc:5:16: error: expected primary-expression before '/' token
     cout<<a.b<</<<c.d<<endl;
                ^
Main.cc:5:17: error: expected primary-expression before '<<' token
     cout<<a.b<</<<c.d<<endl;
                 ^
Main.cc:5:19: error: 'c' was not declared in this scope
     cout<<a.b<</<<c.d<<endl;
                   ^
Main.cc:5:24: error: 'endl' was not declared in this scope
     cout<<a.b<</<<c.d<<endl;
                        ^