Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
54960 | laichihao | [在线测评解答教程] A+B Problem | C++ | Compile Error | 0 MS | 0 KB | 97 | 2024-11-01 15:34:01 |
#include<iostream> int main() { int a,n; cin>>a>>n; cout<<a+b; return 0; }