| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 149351 | 刘柠锐 | 02长方形的面积 | C++ | Compile Error | 0 MS | 0 KB | 99 | 2026-03-09 17:21:23 |
#include <iostream> using namespace std; int main(){ int a,b; cin>>a,b cout<<a*b; }
Main.cc: In function 'int main()':
Main.cc:6:5: error: expected ';' before 'cout'
cout<