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

Andreas Handling of small N [2] // Problem 1014. Product of Digits 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.
Billi Re: Handling of small N [1] // Problem 1014. Product of Digits 20 Jul 2015 07:12
what should it return for N = 5? Is Q 5 or 15 then?
Thanks
Majin Boo Re: Handling of small N // Problem 1014. Product of Digits 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.