Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
30543 | yejiaxiangBMT | [在线测评解答教程] A+B Problem | C++ | Accepted | 0 MS | 252 KB | 119 | 2023-11-10 15:51:05 |
#include<iostream> using namespace std; int main(){ int numa,numb; cin>>numa>>numb; cout<<numa+numb; return 0; }