Title |
User |
Message |
Date Posted |
Re: Problem |
jlsajfk |
Try this test case: Input: 0000000 Output should be: 0 0 0 0 0 0 0 Also, long long isn't long enough, refer to the comment below by Butane. He says "do not think of the digits as numbers, but rather a... |
Dec 31, 2016 - 4:01:53 am UTC |
Problem |
jimpix |
What's wrong with my submission? I only get 10/30. |
Jul 06, 2016 - 7:59:31 am UTC |
Re: Output |
Butane |
If the number is 0000: then you have to print 0000 if the number is 0001: then you have to print 1000 In this problem, do not think of the digits as numbers, but rather as characters of a string. You ... |
Nov 29, 2013 - 4:23:59 am UTC |
Re: Output |
Alex |
Just output a 0 for every 0 in the input... |
Nov 29, 2013 - 1:40:10 am UTC |
Re: Output |
Commando5671 |
*sigh* sorry I'm still not entirely sure I understand, what is supposed to be output for 0? |
Nov 29, 2013 - 1:21:44 am UTC |
Re: Output |
Butane |
Yes, there is supposed to be an output for 0, even if the 0 adds no value to the number. |
Nov 22, 2013 - 2:06:55 am UTC |
Output |
Commando5671 |
Is there supposed to be output for 0? |
Nov 21, 2013 - 10:49:24 pm UTC |