Dear ImLazy and everybody,
Thank you for your replay! that one look like a good particular case. Would you happen to have some cases close to the memory limits impose by the problem? 30 boxes with dimensionality 10 (a 30x10) . Or cases that test the range of the input types in the function ...
Search found 9 matches
- Sun Jan 23, 2005 1:30 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50269
- Sun Jan 23, 2005 1:24 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50269
Requesting: IOdata # 103
Hey,
If you do not know what this topic is all about, then read the topic "Where to find good test data file???" posted shortly before this one; or just go there directly http://online-judge.uva.es/board/viewtopic.php?t=7350
If you do not know what this topic is all about, then read the topic "Where to find good test data file???" posted shortly before this one; or just go there directly http://online-judge.uva.es/board/viewtopic.php?t=7350
- Sat Jan 22, 2005 7:36 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50269
Where to find good test data file???
Guys,
Is there some way to put our hand on good test data files to test our
programs? The problems provide some example but they are generally a few and
they generally do not test for extreme, particular, or special
cases . I propose the following: every time we start solving a problem
we can ...
Is there some way to put our hand on good test data files to test our
programs? The problems provide some example but they are generally a few and
they generally do not test for extreme, particular, or special
cases . I propose the following: every time we start solving a problem
we can ...
- Mon Feb 10, 2003 4:16 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108632
- Mon Jan 13, 2003 8:09 am
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317849
- Sat Jan 11, 2003 11:25 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317849
[100] I give up !! ... This is my test data!!!
:(
For this input
1 1
1 2
2 2
1 3
4 4
1 5
1 10
10 1
100 200
201 210
900 1000
I obtain the following results
1 1 1
1 2 2
2 2 2
1 3 8
4 4 8
1 5 8
1 10 20
10 1 20
100 200 125
201 210 89
900 1000 174
:roll: ANY SUGGESTIONS? !!!!!
For this input
1 1
1 2
2 2
1 3
4 4
1 5
1 10
10 1
100 200
201 210
900 1000
I obtain the following results
1 1 1
1 2 2
2 2 2
1 3 8
4 4 8
1 5 8
1 10 20
10 1 20
100 200 125
201 210 89
900 1000 174
:roll: ANY SUGGESTIONS? !!!!!
- Sat Jan 11, 2003 6:40 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317849
[100] Very interesting cases
12 45
12 5
1 1 <-----------
could it 0, 1, 3, ?
2 9
2 2 <-----------
could it 1 or 2?
70 5000
What whould be the output for lines 3 and 5?
12 5
1 1 <-----------

2 9
2 2 <-----------

70 5000
What whould be the output for lines 3 and 5?
- Sat Jan 11, 2003 6:56 am
- Forum: Algorithms
- Topic: SPEEDING UP THE CODE
- Replies: 1
- Views: 1291
SPEEDING UP THE CODE
8) Hola Again!
Guys could you offer me some technics for speeding up my code. Any
general, intermediate or advanced technics will do. Links to documentation
and tutorials, not on general knowledge of the language, but on code
optimizations or perfomance. You can list your favourites tricks so ...
Guys could you offer me some technics for speeding up my code. Any
general, intermediate or advanced technics will do. Links to documentation
and tutorials, not on general knowledge of the language, but on code
optimizations or perfomance. You can list your favourites tricks so ...
- Thu Jan 09, 2003 10:08 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116564
[102] how to read input?
:P HOLA A TODOS !!!!
I am trying to solve problem 102 and I get
Your program output is greater (4236247 bytes) than the maximum
allowed for any problem by this judge (4194304 bytes).
You must interprete this as a Wrong Answer (in fact, is wrong!).
By some reason your program is writing an ...
I am trying to solve problem 102 and I get
Your program output is greater (4236247 bytes) than the maximum
allowed for any problem by this judge (4194304 bytes).
You must interprete this as a Wrong Answer (in fact, is wrong!).
By some reason your program is writing an ...