ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1014. Product of Digits

Handling 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
Posted by Majin Boo 11 Feb 2016 02:26
Your task is to find the MINIMAL positive integer number Q...
If n=5 you must print 5, no 15.