Accepted


  
# 状态 耗时 内存占用
#1 Accepted 3ms 360.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 360.0 KiB
#4 Accepted 3ms 376.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 3ms 364.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 20:25:28
评测时间
2018-07-18 07:55:43
评测机
分数
60
总耗时
17ms
峰值内存
384.0 KiB