Problem adventure
User kesleryak
Submission Time 2024-07-10 10:05:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adventure.cpp: In function ‘int main()’:
adventure.cpp:52:36: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<<’
52 | cout << abs((abs(a)+abs(b)/2) << endl;
| ~~~~~~~~~~~~~~~~~~^~~~~~~