Skip to content

Instantly share code, notes, and snippets.

@chenclee
chenclee / maze.c
Created May 8, 2014 19:06
Problem - 377A - Codeforces
#include <stdio.h>
#include <stdlib.h>
void fillAfter (char **, int, int, int *);
int dx[4] = {-1, 0, 1, 0};
int dy[4] = {0, -1, 0, 1};
int n, m;
int

Keybase proof

I hereby claim:

  • I am chenclee on github.
  • I am jonlee (https://keybase.io/jonlee) on keybase.
  • I have a public key whose fingerprint is AF50 90D0 A5E0 2468 1B0F 20B8 1351 DEE3 8D7A E678

To claim this, I am signing this object: