Search found 1 match

by shafkat amin
Thu Nov 14, 2002 4:32 pm
Forum: Volume 5 (500-599)
Topic: 532 - Dungeon Master
Replies: 39
Views: 14551

532 - Dungeon Master

i dont know why this code is getting WA.. can any one help...
i am still locked in the dungeon.....

MY CODE::


/**************************/
#include<stdio.h>

char dung[1000][35];
long vis[1000][35];

long l,r,c;
long sr,sc;

long maxrow;

struct point{
long row;
long col;
};

point Q[1000 ...

Go to advanced search