Problem | zanesletters |
---|---|
User | ilikeeggs |
Submission Time | 2025-05-22 17:19:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
zanesletters.cpp: In function ‘int32_t main()’:
zanesletters.cpp:18:25: error: base operand of ‘->’ has non-pointer type ‘std::pair<const long long int, long long int>’
18 | ans = max(ans, i->second);
| ^~