0_0_20778866_13997.cpp:5:11: error: 'x' was not declared in this scope
double ac(x,y)
^
0_0_20778866_13997.cpp:5:13: error: 'y' was not declared in this scope
double ac(x,y)
^
0_0_20778866_13997.cpp:5:14: error: expression list treated as compound expression in initializer [-fpermissive]
double ac(x,y)
^
0_0_20778866_13997.cpp:6:1: error: expected ',' or ';' before '{' token
{
^
0_0_20778866_13997.cpp: In function 'int main()':
0_0_20778866_13997.cpp:23:25: error: 'ac' cannot be used as a function
Min=Min<ac(i,j)?Min:ac(i,j);
^
0_0_20778866_13997.cpp:23:37: error: 'ac' cannot be used as a function
Min=Min<ac(i,j)?Min:ac(i,j);
^
0_0_20778866_13997.cpp:28:18: error: 'ac' cannot be used as a function
if(ac(i,j)==Min)
^
|