#350. 求 1+2+3+……+100的和

求 1+2+3+……+100的和

No submission language available for this problem.

说明

s=1+2+3+……+100

输出s的值

输出格式


样例