0_0_14800258_303.cpp:4:36: error: use of parameter outside function body before ']' token
int attack(int n,int m,int (*pan)[m],int x,int y){
^
0_0_14800258_303.cpp:4:37: error: expected ')' before ',' token
int attack(int n,int m,int (*pan)[m],int x,int y){
^
0_0_14800258_303.cpp:4:38: error: expected unqualified-id before 'int'
int attack(int n,int m,int (*pan)[m],int x,int y){
^
|