Search found 4 matches
- Wed Mar 07, 2007 1:00 am
- Forum: Volume 111 (11100-11199)
- Topic: 11187 - Water Crisis
- Replies: 12
- Views: 5616
Quite similar to a problem named Bookcase in this years NWERC, but a bit more time hungry. For this one as the matrix can be very empty, so you can save in a array the places in the matrix that are correct, and sorting the length of the costs of the water delivery to not apply the same cost over and...
- Sat Feb 24, 2007 1:07 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11167 - Monkeys in the Emei Mountain
- Replies: 30
- Views: 16467
Thank you very much, finally accepted. I had already corrected the output, the code up here has severeal glitches about intervals like (a,b)(b,c) and saving the instant of time in the interval when a monkey can enter in, but the error left was this small error on building the graph, and the most ann...
- Wed Feb 21, 2007 2:53 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11167 - Monkeys in the Emei Mountain
- Replies: 30
- Views: 16467
- Tue Feb 20, 2007 11:33 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11167 - Monkeys in the Emei Mountain
- Replies: 30
- Views: 16467
Hey, could you help me out with this problems, keeps giving me WA, not that i'm not used to, but i'm unable to find the flaw in the code. I know that is really bad looking, i hope the error it's more obvious to you than has been for me. Thanks! #include <string> #include <vector> #include <iostream>...