Search found 1 match

by nexttw
Fri Mar 14, 2014 8:57 am
Forum: Volume 7 (700-799)
Topic: 762 - We Ship Cheap
Replies: 51
Views: 29755

Re: 762 - We Ship Cheap

I got the RTE.Please help me.I had test the city AA to ZZ. There are 26*26 cities.

#include<iostream>
#include<fstream>
#include<string>
#include<queue>
#include<stack>
using namespace std;
string city_num[700];
int num_total_city;
bool m[700][700],inside,findend=0;
queue<int> q;
stack<string> p ...

Go to advanced search