/ 21班 /

记录详情

Accepted


  
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 412.0 KiB
#2 Accepted 5ms 412.0 KiB
#3 Accepted 4ms 376.0 KiB
#4 Accepted 3ms 412.0 KiB
#5 Accepted 4ms 412.0 KiB
#6 Accepted 5ms 432.0 KiB
#7 Accepted 4ms 516.0 KiB
#8 Accepted 3ms 412.0 KiB
#9 Accepted 4ms 412.0 KiB
#10 Accepted 4ms 412.0 KiB

代码

#include<bits/stdc++.h>
using namespace std;
int a,b;
int main()
{
	cin>>a>>b;
	cout<<a+b;
	return 0;
}

信息

递交者
类型
递交
题目
P1003 a+b
题目数据
下载
语言
C++
递交时间
2023-08-27 16:12:53
评测时间
2023-12-08 19:29:54
评测机
分数
100
总耗时
45ms
峰值内存
516.0 KiB