| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 134647 | 范恒恺 | 02简单两数相加II | C++ | Wrong Answer | 1 MS | 268 KB | 152 | 2025-10-30 19:21:59 |
#include<iostream> #include<cstring> using namespace std; int main(){ int asd,fgh; cin>>asd,fgh; cout<<asd+fgh; }
------Input------
963 11
------Answer-----
974
------Your output-----
963