| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 78420 | sh25_huangse | [在线测评解答教程] A+B Problem | C++ | Compile Error | 0 MS | 0 KB | 130 | 2025-12-26 15:45:20 |
#include <bits/stdc++.h> #include <cmath> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<"a+b; return 0; }