0_0_39640744_5247.cpp: In function 'int main()':
0_0_39640744_5247.cpp:15:72: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<<'
15 | cout<<(sum1+(sum2+sum3/60));(sum2%60+sum3/60);(sum3%60)<<endl;
| ~~~~~~~~~^~~~~~
|