Search found 2 matches

by zorion
Mon May 09, 2005 8:51 am
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 65473

WA
always Wrong Answer

I can't understand

All examples seem right
by zorion
Mon May 02, 2005 9:55 am
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 65473

I got WA. WHY???
I use DP from right to left.
(my tables are just arrays)

This is my code (it is not written in english, sorry):
(I've passed ALL tests i've fount)

#include<iostream>

#define N 10
typedef long long int li;

using namespace std;

//it reads table from input
void inline ...

Go to advanced search