Search found 3 matches

by hoigy
Thu Nov 04, 2004 5:28 am
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50337

eg_frx wrote:Guess you may use the STL function sort.
what is the STL function sort?
by hoigy
Tue Nov 02, 2004 1:26 pm
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50337

I think you are correct.
On the other hand,I know why I can run my program in my own computer but not the judge
This is because the judge is only Pentium III - 800 MHz ...while my computer is AMD 2400+
Thank you for your idea anyway.
by hoigy
Mon Nov 01, 2004 6:39 pm
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50337

103 TLE

this is my code using an approch of recurion and exhauction on this problem
but it got a TLE is test case 5
however,i have tried the case of 30 10 in my own computer which can run within 0.1 sec.
please help me... :(
[cpp]#include <iostream>
using namespace std;
/*
if there exist no box
update ...

Go to advanced search