| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 149336 | 余秋烨 | 02长方形的面积 | C++ | Wrong Answer | 0 MS | 264 KB | 99 | 2026-03-09 17:11:18 |
#include <iostream> using namespace std; int main(){ int a=5; int b=6; cout<<a*b; }
------Input------
628 313
------Answer-----
196564
------Your output-----
30