Hello, All.
I posted problem 108 and it was accepted.
But I got a letter with:
"Warning: Your program would get a Presentation Error in a true contest.
The 24-hours judge interpretes it as an "Accepted" problem."
I print my answer:
[c]printf("%d",maxSum);[/c]
What's wrong?
Should I print
[c]printf ...
Search found 2 matches
- Tue Dec 03, 2002 5:28 am
- Forum: Volume 1 (100-199)
- Topic: 108 - Maximum Sum
- Replies: 233
- Views: 51683
- Mon Sep 30, 2002 9:00 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50269
103 problem....
Hi.
I didn't clearly understand the problem.
For example: if I have box D={1,2,3,4,5}
Can I rearrange it D={1,3,5,2,4} or I have to keep order of dimensions?
I mean only
{2,3,4,5,1}
{3,4,5,1,2}
{4,5,1,2,3}
{5,1,2,3,4}
rearrangements are available?
I didn't clearly understand the problem.
For example: if I have box D={1,2,3,4,5}
Can I rearrange it D={1,3,5,2,4} or I have to keep order of dimensions?
I mean only
{2,3,4,5,1}
{3,4,5,1,2}
{4,5,1,2,3}
{5,1,2,3,4}
rearrangements are available?