[Login|Register]
Problems

Status

Rank

Problem 1176
求和
Time Limit: 1000ms
Memory Limit: 65536kb
Description
你肯定以为这一题比上一题会难,但是你错了,这题才是最简单的! 本题的任务就是计算SUM(n) = 1 + 2 + 3 + ... + n
Input
输入包括一系列的整数n,每行只有一个整数,n在0到1000之间
Output
对于每个输入n,计算出SUM(n)并输出到一行
Sample Input
1
100
Sample Output
1
5050
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.7ms with 1 query(s).