|
|
back to boardHandling of small N Posted by Andreas 20 Dec 2013 03:50 Program must return Q=10 if N==0 and Q=1 if N==1. This is not what one should expect from the description of the problem. Re: Handling of small N Posted by Billi 20 Jul 2015 07:12 what should it return for N = 5? Is Q 5 or 15 then? Thanks Re: Handling of small N Your task is to find the MINIMAL positive integer number Q... If n=5 you must print 5, no 15. |
|
|