Search found 4 matches

by zlf_jack
Sat Nov 01, 2003 5:41 pm
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50965

:wink: thanks! i didn't know how to use formatting tag!
And how about help me with problem 101?[/cpp]
by zlf_jack
Sat Nov 01, 2003 11:20 am
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50965

help! 103 PE

Could someone tell me what's the meaning of:
Warning: Your program would get a Presentation Error in a true contest.
The 24-hours judge interpretes it as an "Accepted" problem.
And my output is different from the sample output!
what's the meaning of :
If there is more than one longest nesting ...
by zlf_jack
Sat Nov 01, 2003 7:20 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110355

i have passed it use pascal,and i do check my C++ source code for many
times!Is there some trick with input/output format?Could any body know that?
here is my new C++ source code:
------------------------------------------------------------
#include<iostream.h>
#include<stdio.h>
#include<string.h ...
by zlf_jack
Tue Oct 28, 2003 6:25 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110355

101 WA Could somebody tell me why it is something wrong?

Here is my c++ source code,and I have test many input datas.
-----------------------------------------------------------------------------
/*
*purpose:solve the blocks problem (uva 101)
*/

#include<stdio.h>

int block[25][27];

int n;
void print();
void init(void)
{
int i;
for( i=0;i<n; i ...

Go to advanced search