Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
109595 | 李林叡 | 02长方形的面积 | C++ | Wrong Answer | 0 MS | 264 KB | 97 | 2025-02-09 15:49:05 |
#include <iostream> using namespace std; int main() { int a,b; a=12; b=3 ; cout<<a*b; }
------Input------
628 313
------Answer-----
196564
------Your output-----
36