BOMARBLE - D - Playing with Marbles
PROBLEM D
PLAYING WITH MARBLES
Pablo was assigned in his class to construct pentagons inside pentagons with marbles but he doesn’t know how many marbles he will need. He knows that for one pentagon he needs 5 marbles
The only way he knows to insert a second pentagon is putting a marble in the middle of each segment and drawing three lines as shown. He puts a marble in the intersecting lines and removes them. To insert a third pentagon inside he first divides all segments in two including the ones that are not needed, and repeats the procedure. Drawing a second pentagon will require 12 marbles. A third pentagon will require 22 marbles. Given the information of how many pentagons will be created, write a program to calculate the number of marbles needed.
Input
The input contains several test cases. Each test case contains one integer N indicating the number of pentagons to create (1<=N<=103). The end of input is indicated by a line containing only one zero.
Output
For each test case in the input, your program must print a single line, containing one single integer, the number of marbles required.
Sample Input 1 2 3 0 Sample Output 5 12 22
hide comments
eliminator:
2012-09-22 17:52:17
pentagonal no.s :) |
|
bruce wayne :
2012-08-23 22:03:41
pentagonal numbers |
|
!@#$ :
2012-08-11 09:23:45
its ok question.not easy for everyone |
|
Simón Murillo Gómez:
2012-07-12 21:13:05
Two easy ways to solve it and get free points. |
|
ਘੋੜਾ:
2012-07-12 19:37:31
just wrote the code in sleepy mood but got AC :)
|
|
MR. BEAN :
2011-12-31 09:21:34
easy one :)
|
|
Didika Kata:
2011-12-08 19:37:05
great |
|
saket diwakar:
2011-11-24 09:27:16
simple one :)
|
|
Ankush Sachdeva:
2011-10-23 06:58:21
Pentagonal numbers :) |
|
[ !0 ]:
2011-09-10 13:08:44
thanks ruslan :) |
Added by: | Alvaro Javier Medina Balboa |
Date: | 2010-05-25 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | C C++ 4.3.2 CPP JAVA |