| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 122664 | 吴天辰 | 02武王伐纣 | C++ | Wrong Answer | 1 MS | 276 KB | 136 | 2025-06-21 11:54:49 |
#include<bits/stdc++.h> using namespace std; int main(){ int a; int s; int y=0; cin>>a>>s; y=a+s; cout<<y; return 0; }
------Input------
0
------Answer-----
34600
------Your output-----
0