Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
104397 | 徐梓涵 | 02买礼物 | C++ | Compile Error | 0 MS | 0 KB | 123 | 2025-01-04 20:33:07 |
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ a=220 b=1000 cout<<a+b*4; return 0; }
Main.cc: In function 'int main()': Main.cc:8:2: error: expected ';' before 'b' b=1000 ^