Problem | maximum |
---|---|
User | gordonlu |
Submission Time | 2023-09-04 17:56:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:26: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<<’
10 | cout << (a > b) ? a : b << endl;
| ~~^~~~~~~