Problem snacks
User Franstin
Submission Time 2025-02-25 22:32:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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);
| ~~~~~~~~~~~~