Problem | whalemewing |
---|---|
User | HighLithop |
Submission Time | 2025-05-14 14:41:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whalemewing.cpp: In function ‘int main()’:
whalemewing.cpp:24:23: error: expected ‘;’ before ‘}’ token
24 | scores[name] += diff
| ^
| ;
25 | }
| ~
whalemewing.cpp:27:17: error: ‘LLONG_MIN’ was not declared in this scope
27 | ll max_score = LLONG_MIN;
| ^~~~~~~~~
whalemewing.cpp:5:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <unordered_set>
+++ |+#include <climits>
5 | #include <limits>