Search found 1 match

by nicky
Fri Aug 18, 2006 10:33 am
Forum: Volume 101 (10100-10199)
Topic: 10192 - Vacation
Replies: 58
Views: 24188

10192 WA help!

I think my algorithm is correct but get WA! I check many times but cant find where the problem is. I will be very grateful if any suggestion.


#include <cstdlib>
#include <stdio.h>
#include <iostream>
#include <string>
#define MAXCITY 102
using namespace std;

int c[MAXCITY][MAXCITY];
char s1 ...

Go to advanced search