0_0_33274356_18635.cpp: In function 'int f(int, int, int&, int&)':
0_0_33274356_18635.cpp:11:32: error: 'int f(int, int, int&, int&)' redeclared as different kind of symbol
int f(int x,int y,int &f,int &c)
^
0_0_33274356_18635.cpp:8:5: note: previous declaration 'int f [701][701]'
int f[maxn][maxn];
^
0_0_33274356_18635.cpp: In function 'int main()':
0_0_33274356_18635.cpp:24:33: error: 'f' cannot be used as a function
f(i,j,f[i][j],c[i][j]);
^
0_0_33274356_18635.cpp:27:24: error: 'n' was not declared in this scope
scanf("%d%d%d",&n,&m,&p);
^
0_0_33274356_18635.cpp:27:27: error: 'm' was not declared in this scope
scanf("%d%d%d",&n,&m,&p);
^
0_0_33274356_18635.cpp:27:30: error: 'p' was not declared in this scope
scanf("%d%d%d",&n,&m,&p);
^
|