Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
94498 | zzh120788 | [在线测评解答教程] A+B Problem | C++ | Wrong Answer | 1 MS | 264 KB | 110 | 2024-10-22 21:16:41 |
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b; c=a+b; return 0; }
------Input------
87 93
------Answer-----
180
------Your output-----