Thank you,
I write this code for minimize maximum dis. but I got Run-time error,
I don't know why,
I compiled this code , every thing was Okay.
#include<iostream>
#include<sstream>
#include<vector>
#define INF 2147483647
#define SIZE 502
using namespace std;
template <class T>
class ...
Search found 2 matches
- Thu May 10, 2012 11:30 am
- Forum: Volume 102 (10200-10299)
- Topic: 10278 - Fire Station
- Replies: 59
- Views: 31777
- Mon Apr 30, 2012 1:01 am
- Forum: Volume 102 (10200-10299)
- Topic: 10278 - Fire Station
- Replies: 59
- Views: 31777
Re: 10278 - Fire Station
I got snagged by some tricky inputs, so I'll give a sample output from my ACC program.
Most of these inputs have already been posted, but this combination was:
- Brutal on my program, and
- Easy to verify at a glance
Input:
8
2 2
1
2
1 2 10
0 4
1 2 10
2 3 10
2 4 10
2 7
1
4
1 2 5
1 4 30 ...
Most of these inputs have already been posted, but this combination was:
- Brutal on my program, and
- Easy to verify at a glance
Input:
8
2 2
1
2
1 2 10
0 4
1 2 10
2 3 10
2 4 10
2 7
1
4
1 2 5
1 4 30 ...