Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89933 | 何睿函 | 02长方形的面积 | C++ | Wrong Answer | 0 MS | 268 KB | 138 | 2024-09-07 12:45:40 |
#include<bits/stdc++.h> using namespace std; int main(){ int a; a=4; int b; b=5; int c; c=a*b; cout<<c; return 0; }
------Input------
628 313
------Answer-----
196564
------Your output-----
20