| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 119950 | 何睿函 | 02武王伐纣 | C++ | Compile Error | 0 MS | 0 KB | 150 | 2025-05-22 19:30:09 |
#include<bits/stdc++.h> using namespace std; int main(){ int a=8650; int b=4 int s=0; int s=a*b; cout<<s; return 0; }
Main.cc: In function 'int main()':
Main.cc:6:5: error: expected ',' or ';' before 'int'
int s=0;
^