Search found 1 match

by strach
Tue Nov 30, 2004 12:33 pm
Forum: Volume 3 (300-399)
Topic: 336 - A Node Too Far
Replies: 121
Views: 58739

hi
i have a problem with my program.
For every input i can imagine it works well. I'd appreciate if someone could find a testcase, for which it does wrong.

[cpp]#include <cstdio>
using namespace std;

#define FOR(i,a,b) for(int i=a; i<=b;i++)

const int NN = 50;
int t[NN];
int n;
int E[NN][NN ...

Go to advanced search