Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
157106 杨正蠔 02简单输入输出 C++ Compile Error 0 MS 0 KB 45 2026-07-20 10:10:46

Tests(0/0):


Code:

int a; cin>>a; cout<<a<<endl;


Run Info:

Main.cc:2:5: error: 'cin' does not name a type
     cin>>a;
     ^
Main.cc:3:5: error: 'cout' does not name a type
     cout<