| Problem | 727 |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-10 13:12:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
727.cpp: In function ‘int main()’:
727.cpp:23:12: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator>’
23 | if (curr>max)
| ~~~~^~~~
727.cpp:25:11: error: overloaded function with no contextual type information
25 | max = curr;
| ^~~~
727.cpp:40:12: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator>’
40 | if (curr>max)
| ~~~~^~~~
727.cpp:42:11: error: overloaded function with no contextual type information
42 | max = curr;
| ^~~~