#1169. python-循环语句for-在1~100之间找出逐步递进的整数并求和

python-循环语句for-在1~100之间找出逐步递进的整数并求和

Background

Description

python-循环语句for-在1~100之间找出逐步递进的整数(如:1、2、4、7、11、16... ...)并求和

Format

Input

Output

Samples


1
2
4
7
11
16
22
29
37
46
56
67
79
92
469

Limitation

1s, 1024KiB for each test case.