0_0_35071958_3257.cpp: In function 'int main()':
0_0_35071958_3257.cpp:16:24: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<<'
cout<<(x*y/gcd(x,y)<<endl;
^
0_0_35071958_3257.cpp:16:28: error: expected ')' before ';' token
cout<<(x*y/gcd(x,y)<<endl;
^
|