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

Tests(0/0):


Code:

#include <bits/stdc++.h> using namespace std; long long main() { cout<<"123"; cout<<"456"; return 0; }


Run Info:

Main.cc:5:16: error: '::main' must return 'int'
 long long main()
                ^