0_0_13966857_21339.c:1:1: error: expected identifier or '(' before '/' token
//hdu 23213
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:282:0,
from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10,
from GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:9,
from 0_0_13966857_21339.c:2:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:29:11: error: unknown type name '__gnuc_va_list'
typedef __gnuc_va_list va_list;
^
0_0_13966857_21339.c:7:1: error: expected identifier or '(' before '/' token
//U RU RD D LD LU
^
0_0_13966857_21339.c: In function '_walk':
0_0_13966857_21339.c:17:31: error: expected declaration specifiers before '/' token
void _walk(int x,int y,int n) //dfs
^
0_0_13966857_21339.c:58:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
0_0_13966857_21339.c:73:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
0_0_13966857_21339.c:83:1: error: expected '{' at end of input
}
^
|