Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
53463 | 逸凡 | [在线测评解答教程] A+B Problem | C++ | Compile Error | 0 MS | 0 KB | 122 | 2024-10-21 19:45:42 |
#include<bits/stdc++.h> using namespce std; int main(){ int a,b,c=0; cin>>a>>b; c=a+b; cout<<c; }