Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
252 | ZRH | 02简单两数相加 | C++ | Wrong Answer | 0 MS | 260 KB | 315 | 2022-07-22 14:41:19 |
#include<iostream> //输入函数库 #include<iomanip> #include<cmath> //数学函数库 #include<cstdio> #include<ctime> #include<cstring> #include<cstdlib> #include<string> #include<stdlib.h> #include<sys/time.h> using namespace std; int main(){ int a=1,b=1; cout<<a+b<<endl; return 0; }
------Input------
209 110
------Answer-----
319
------Your output-----
2