Problem | whalemewing |
---|---|
User | HighLithop |
Submission Time | 2025-05-14 14:41:21 |
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 | }
| ~