#SDNU1009. 求和
求和
Description
已知共有个数字,求它们中大于的数的和。
Format
Input
第一行包括两个整数,第二行为个数字。
Output
得到的和
Samples
5 4
3 4 5 7 7
19
Hint
向你们保证和不会超过
已知共有n个数字,求它们中大于m的数的和。
第一行包括两个整数n,m(1<=n,m<=10000),第二行为n个数字。
得到的和
5 4
3 4 5 7 7
19
E6ther向你们保证和不会超过int
By signing up a GENESIS universal account, you can submit code and join discussions in all online judging services provided by us.