Problem | snacks |
---|---|
User | Franstin |
Submission Time | 2025-02-25 22:32:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:32:22: error: expected ‘;’ before ‘removal_keys’
32 | sum -= l * freq[l]
| ^
| ;
33 | removal_keys.push_back(l);
| ~~~~~~~~~~~~