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