Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
98360 罗铭轩 02简单输入输出 C++ Compile Error 0 MS 0 KB 122 2024-11-19 18:40:06

Tests(0/0):


Code:

#include <iostream> using namespace std; int main() { int a; cin> >a; cout< <a< <endl; return0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:10: error: expected primary-expression before '>' token
     cin> >a;
          ^
Main.cc:7:11: error: expected primary-expression before '<' token
     cout<