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

Test #3
Posted by Muhammad Khattab 6 Jun 2015 04:27
What is Test #3?
Re: Test #3
Posted by al_prix 29 Jun 2015 13:59
Having the same question
Re: Test #3
Posted by al_prix 29 Jun 2015 15:57
As I had included this condition, I've past the third test:
if (a == 1 || a == 2 || a == 3 || a == 7 || a == 5) Console.Write(a);
Re: Test #3
Posted by noone 3 Mar 2016 20:24
Test #3 is n = 1 so you must return 1