Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133002 肖声晖 【基础题】买钢笔 C++ Compile Error 0 MS 0 KB 89 2025-10-13 16:53:27

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ int x=4 5 6; cout<<x; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:13: error: expected ',' or ';' before numeric constant
     int x=4 5 6;
             ^