Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
154749 陈启遥 01简单换行输出 C++ Compile Error 0 MS 0 KB 111 2026-05-30 18:07:14

Tests(0/0):


Code:

#include <bits/stdc++.h> using namespace std; int main() cin>>a>>b; cout<<a+b<<endi; return 0; }


Run Info:

Main.cc:6:1: error: expected initializer before 'cin'
 cin>>a>>b;
 ^
Main.cc:7:1: error: 'cout' does not name a type
 cout<