Problem maximum
User gordonlu
Submission Time 2023-09-04 17:52:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:10:42: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<<’
10 | cout << endl << endl << (a > b) ? a : b << endl;
| ~~^~~~~~~