给定一个正整数 nnn,请计算:
一行一个正整数 nnn。
输出一个整数,表示答案。
3
14
对于所有数据,1≤n≤1001 \le n \le 1001≤n≤100。
建议使用 for 循环完成累加。
for
在下列比赛中:
test