| Problem | snacks |
|---|---|
| User | MasterCoder8421 |
| Submission Time | 2026-02-21 11:41:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:41:3: error: ‘ll’ was not declared in this scope; did you mean ‘l’?
41 | ll to_add = 0;
| ^~
| l
snacks.cpp:45:13: error: ‘to_add’ was not declared in this scope
45 | to_add += val;
| ^~~~~~
snacks.cpp:48:5: error: expected ‘;’ before ‘temp’
48 | ll temp = counter[x] + to_add;
| ^~~~~
| ;