Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
63930 | jdf_sunqihang | [在线测评解答教程] A+B Problem | C++ | Compile Error | 0 MS | 0 KB | 123 | 2025-04-10 19:39:42 |
#include<bits/stdc++.h> using namepace std; int main() { int a,b; cin>>a>>b; cout<<a+b; return 0; }