prog.cpp: In function ‘int main(int, char**)’:
prog.cpp:11:5: error: ‘a’ was not declared in this scope
a = log(y^sqrt(-fabs(x))(sin(x)+ 2.7183^(x+y)));
^
prog.cpp:11:44: error: invalid operands of types ‘double’ and ‘double’ to binary ‘operator^’
a = log(y^sqrt(-fabs(x))(sin(x)+ 2.7183^(x+y)));
~~~~~~~~~~~~~~^~~~~~
prog.cpp:11:50: error: expression cannot be used as a function
a = log(y^sqrt(-fabs(x))(sin(x)+ 2.7183^(x+y)));
^