| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 149327 | 刘柠锐 | 02买礼物 | C++ | Compile Error | 0 MS | 0 KB | 104 | 2026-03-09 17:08:17 |
#include <iostream> using namespace std; int main(){ int a=220 b=1000; cout<<b-(a*2); }
Main.cc: In function 'int main()':
Main.cc:4:12: error: expected ',' or ';' before 'b'
int a=220 b=1000;
^
Main.cc:5:11: error: 'b' was not declared in this scope
cout<