/ 21班 /

记录详情

Accepted


  
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 4ms 412.0 KiB

代码

#include<bits/stdc++.h>
using namespace std;
int main()
{
	int n,h,g=0,x1,x2;cin>>n>>h;
	for(int i=1;i<=n;i++)
	{
		cin>>x1>>x2;
		if(x1<=h)g+=x2;
	}
	cout<<g;
	return 0;
}

信息

递交者
类型
递交
题目
P1009 摘葡萄
题目数据
下载
语言
C++
递交时间
2023-08-30 14:14:09
评测时间
2023-11-30 15:06:21
评测机
分数
100
总耗时
13ms
峰值内存
412.0 KiB