| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 121064 | 范爱民 | [在线测评解答教程] A+B Problem | C++ | Wrong Answer | 1 MS | 264 KB | 105 | 2025-06-06 18:40:40 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cout<<a+b; return 0; }
------Input------
87 93
------Answer-----
180
------Your output-----
0