1275: 分苹果
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:18
Solved:12
Description
把一堆苹果分给n个小朋友,要使每个人都能拿到苹果,而且每个人拿到的苹果数都不同的话,这堆苹果至少应该有多少个?
Input
输入一个数字n
Output
这堆苹果的数量
Sample Input Copy
8
Sample Output Copy
36