Search found 3 matches

by karakuritempya
Sat Dec 15, 2012 6:20 am
Forum: Volume 4 (400-499)
Topic: 429 - Word Transformation
Replies: 82
Views: 32089

Re: 429 - Word Transformation

thanks, i've improved my algorithm and got ac now
by karakuritempya
Fri Dec 14, 2012 3:51 pm
Forum: Volume 4 (400-499)
Topic: 429 - Word Transformation
Replies: 82
Views: 32089

Re: 429 - Word Transformation

I am getting TLE for this problem :( . Does it matter to use getline(cin) ?
by karakuritempya
Sun Oct 21, 2012 10:46 am
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 65402

Re: 116 Help me

hello, can someone help me to solve this?
I've tried many input but still WA
Here's my code

#include <stdio.h>
#define FOR(ii,jj) for(ii=0;ii<jj;ii++)
#include <algorithm>
using namespace std;

int i,j,tb,r,c,posi;
long long memo[1000][1000],ar[1000][1000],maks;
bool check[1000][1000],mk;

void lk ...

Go to advanced search