Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
2132 | 候震轩 | 02武王伐纣 | C++ | Wrong Answer | 0 MS | 260 KB | 152 | 2023-12-16 14:48:47 |
#include <iostream> using namespace std; int main(){ int age=20; cout<<age<<endl; int a=4; int b=8650; cout<<b*a<<endl; return 0; }
------Input------
0
------Answer-----
34600
------Your output-----
20 34600