what is the STL function sort?eg_frx wrote:Guess you may use the STL function sort.
Search found 3 matches
- Thu Nov 04, 2004 5:28 am
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50337
- Tue Nov 02, 2004 1:26 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50337
- 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 ...
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 ...