Accepted


  
# 状态 耗时 内存占用
#1 Accepted 4ms 352.0 KiB
#2 Accepted 4ms 264.0 KiB
#3 Accepted 3ms 208.0 KiB
#4 Accepted 3ms 352.0 KiB
#5 Accepted 2ms 380.0 KiB
#6 Accepted 3ms 360.0 KiB

代码

#include<iostream>
using namespace std;
int main()
{
	int a,b;
	cin>>a>>b;
	cout<<a+b;
	return 0; 
}

信息

递交者
类型
递交
题目
a+b问题
题目数据
下载
语言
C++
递交时间
2018-07-17 16:39:53
评测时间
2018-07-18 07:55:55
评测机
分数
60
总耗时
20ms
峰值内存
380.0 KiB