/ 科创班 /

记录详情

Accepted


  
# 状态 耗时 内存占用
#1 Accepted 6ms 636.0 KiB
#2 Accepted 5ms 592.0 KiB

代码

#include <iostream>
using namespace std;

int main(void)
{
	int x, y;
	cin >> x >> y;

	cout << x + y << endl;

	system("pause");
	return 0;
}

信息

递交者
类型
递交
题目
x+y
题目数据
下载
语言
C++
递交时间
2018-06-19 08:28:08
评测时间
2018-06-19 08:28:08
评测机
分数
20
总耗时
11ms
峰值内存
636.0 KiB