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

 I can explain, why my solution is write. My algorithm: to
divide by 9, then by 8, ... , and after that output it in
other order. May be tests aren't write?
Make sure if the input is 0, you should output 10!

>  I can explain, why my solution is write. My algorithm:
to
> divide by 9, then by 8, ... , and after that output it in
> other order. May be tests aren't write?