Search found 3 matches

by winkle
Thu Dec 21, 2006 9:59 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65209

Thanks!

leocm wrote:winkle, the mistake is that you forgot to do (length = len) when (n == 0).
Then, you may pass the wrong value of length to draw_digits.
Nice spotted! I got AC now, thanks alot! :D
by winkle
Tue Jun 20, 2006 11:44 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65209

you should consider leading zeros.
I mean when input is 007 output shouldn't be as same as when input is 7.

Not true, this is what my accepted program does. Both these cases should print out a 7.


you could get the No in string and for checking end of inputs it is enough just to check s.
I hope ...
by winkle
Thu Jun 08, 2006 3:46 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65209

706 WA

Any help on why this isn't accepted would be very appreciated:

Code: Select all

Code removed.

Go to advanced search