| Problem | maximum |
|---|---|
| User | gordonlu |
| Submission Time | 2023-09-04 17:55:18 |
| 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 ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<<’
10 | cout << (a > b) ? a : b << endl;
| ~~^~~~~~~