#SDNU1009. 求和

求和

Description

已知共有nn个数字,求它们中大于mm的数的和。

Format

Input

第一行包括两个整数nm(1<=n,m<=10000)n,m(1 <= n, m <= 10000),第二行为nn个数字。

Output

得到的和

Samples

5 4
3 4 5 7 7
19

Hint

E6therE6ther向你们保证和不会超过intint