| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 132342 | 曾钰涵 | 03七巧板 | C++ | Compile Error | 0 MS | 0 KB | 121 | 2025-10-08 09:14:22 |
#include<iostream> using namespace std; int main(){ float m,b; cin>>m>>b;; cout<<m*b return 0; }
Main.cc: In function 'int main()':
Main.cc:7:5: error: expected ';' before 'return'
return 0;
^