Search found 6 matches
- Fri Aug 30, 2002 5:00 pm
- Forum: Volume 1 (100-199)
- Topic: 109 - SCUD Busters
- Replies: 96
- Views: 36198
- Sun Aug 18, 2002 8:49 pm
- Forum: Volume 1 (100-199)
- Topic: 109 - SCUD Busters
- Replies: 96
- Views: 36198
- Fri Aug 02, 2002 6:29 pm
- Forum: Volume 1 (100-199)
- Topic: 109 - SCUD Busters
- Replies: 96
- Views: 36198
Are there any tricky inputs in 109 - SCUD Busters ?
WA again & again, but my programm passes all my tests
- Fri Aug 02, 2002 6:27 pm
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 110970
- Wed Jul 17, 2002 11:10 pm
- Forum: Volume 1 (100-199)
- Topic: 116 - Unidirectional TSP
- Replies: 226
- Views: 62166
- Tue Jul 16, 2002 7:22 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 47097
Algorithm solving was described some posts earlier. I've solved the task in the same way but i get WA. It passes all test i've found on this forum. What is wrong with it? [cpp] #include <iostream.h> #include <string.h> int d[31][10]; int map[30][30]; int N, M; char less(int i, int j) { for (int k=0;...