Search found 4 matches

by gmenhorn
Wed Aug 11, 2004 8:03 am
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77222

Try this:

Code: Select all

I 3 3
U F 1 1 P
S test.bmp
X
The output should be:

Code: Select all

OOO
OOO
OOO
by gmenhorn
Mon Aug 09, 2004 4:29 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65129

I just rewrote the problem from scratch, submitted, and got an 'Accepted'! The only think that I can think of that is different (don't have access to the old version at the moment) is that I used loops this time rather than use std::string's resize function to create the strings. Maybe, there is ...
by gmenhorn
Sun Aug 08, 2004 3:03 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65129

No, you don't wrap long lines; the maximum line length (for an eight digit number) is 8*12+7=103 characters.
Your output looks good, apart from the wrapping.
Are you sure you fill up every line to it's full length, also for 5 and 6 as the last digit?
Are you sure you don't print an extra column of ...
by gmenhorn
Sat Aug 07, 2004 4:41 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65129

706 - This problem is crazy!

Can someone please help me figure out what is going on with this problem. Do we have to handle wrap for numbers that won't fit in 80 columns? (I've tried it with and without wrap to no avail). Every test case that I can think up works fine. Is the problem statement really that clear that I'm missing ...

Go to advanced search