Search found 1 match

by i.kokan
Fri Oct 06, 2006 2:06 am
Forum: Volume 2 (200-299)
Topic: 208 - Firetruck
Replies: 48
Views: 24667

208 - WA

Can someone tell me what's wrong with my solution? Thanks in advance.


/* acm.uva.es */

#include <stdio.h>
#include <stdlib.h>

int N, length, was[21], array[21], list[21][21], poss[21], cnt;
unsigned long sol;

int cmp (const void *a, const void *b) {
if (* (const int *) a > * (const int *) b ...

Go to advanced search