| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 143251 | 朱丰硕 | 02长方形的面积 | C++ | Wrong Answer | 0 MS | 264 KB | 104 | 2026-01-11 19:28:33 |
#include <bits/stdc++.h> using namespace std; int main(){ int a,b; cout<<a*b; return 0; }
------Input------
628 313
------Answer-----
196564
------Your output-----
0