#673. python-打印100以内逐步递增的数字

python-打印100以内逐步递增的数字

Background

Description

打印100以内逐步递增的数字: 1 3 6 10 15 21 28 36 45 55 66 78 91

Format

Input

Output

Samples


1
3
6
10
15
21
28
36
45
55
66
78
91

Limitation

1s, 1024KiB for each test case.