| Problem | snacks |
|---|---|
| User | TK |
| Submission Time | 2026-02-03 18:40:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:15:27: error: expected ‘;’ before ‘while’
15 | cout << totaldeli << endl
| ^
| ;
16 | while(queries--){
| ~~~~~
snacks.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
snacks.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^