| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 129901 | 鄢晨曦 | 02简单输入输出 | C++ | Wrong Answer | 0 MS | 272 KB | 141 | 2025-09-06 17:30:17 |
#include<bits/stdc++.h> using namespace std; int main(){ int x,y; cin>>x>>y; cout<<x+y<<endl; cout<<"1"<<endl; return 0; }
------Input------
0
------Answer-----
0
------Your output-----
0 1