0_0_20151275_22386.cpp:6:15: error: array must be initialized with a brace-enclosed initializer
int dir[4][2]=0,1,0,-1,1,0,-1,0};
^
0_0_20151275_22386.cpp:6:17: error: expected unqualified-id before numeric constant
int dir[4][2]=0,1,0,-1,1,0,-1,0};
^
0_0_20151275_22386.cpp:6:32: error: expected declaration before '}' token
int dir[4][2]=0,1,0,-1,1,0,-1,0};
^
|