0_0_15851410_22361.cpp:2:7: error: 'a' was not declared in this scope
int f(a,b,c,x){
^
0_0_15851410_22361.cpp:2:9: error: 'b' was not declared in this scope
int f(a,b,c,x){
^
0_0_15851410_22361.cpp:2:11: error: 'c' was not declared in this scope
int f(a,b,c,x){
^
0_0_15851410_22361.cpp:2:13: error: 'x' was not declared in this scope
int f(a,b,c,x){
^
0_0_15851410_22361.cpp:2:14: error: expression list treated as compound expression in initializer [-fpermissive]
int f(a,b,c,x){
^
0_0_15851410_22361.cpp:2:15: error: expected ',' or ';' before '{' token
int f(a,b,c,x){
^
0_0_15851410_22361.cpp: In function 'int main()':
0_0_15851410_22361.cpp:10:26: error: 'f' cannot be used as a function
min=max=f(a,b,c,l);
^
0_0_15851410_22361.cpp:12:24: error: 'f' cannot be used as a function
t=f(a,b,c,i);
^
|