第一行:一个整数n(n<10000)
第二行:n个整数,中间用空格分隔,表示依次捡到的的石头的重量。每个石块的重量都在int 范围内
10 1 2 3 4 5 6 7 8 9 10
1 3 6 10 15 21 28 36 45 55
和可能会超出Int范围