|
|
back to boardProgram 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. what should it return for N = 5? Is Q 5 or 15 then? Thanks Your task is to find the MINIMAL positive integer number Q... If n=5 you must print 5, no 15. |
|
|