#1551. C++-循环for-输入n(正整数),求出1~n(含)的和并输出
C++-循环for-输入n(正整数),求出1~n(含)的和并输出
Background
Description
C++-循环for-输入n(正整数),求出1~n(含)的和并输出
Format
Input
Output
Samples
100
5050
10
55
5
15
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following homework: