Judge Information
Run ID: 6027
src.cpp: In function 'int main()':
src.cpp:10:13: error: invalid operands of types 'long long int' and '<unresolved overloaded function type>' to binary 'operator<<'
cout<<(a*b<<endl;
^
src.cpp:10:17: error: expected ')' before ';' token
cout<<(a*b<<endl;
^
src.cpp:10:13: error: invalid operands of types 'long long int' and '<unresolved overloaded function type>' to binary 'operator<<'
cout<<(a*b<<endl;
^
src.cpp:10:17: error: expected ')' before ';' token
cout<<(a*b<<endl;
^