| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 132957 | 林睿 | [在线测评解答教程] A+B Problem | C++ | Wrong Answer | 1 MS | 268 KB | 119 | 2025-10-12 17:57:10 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; a=1; b=6; cout<<a+b; return 0; }
------Input------
87 93
------Answer-----
180
------Your output-----
7