| Problem | snacks |
|---|---|
| User | ashgreninja1006 |
| Submission Time | 2026-02-19 19:40:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snacks.cpp:23:26: error: missing terminating " character
23 | cout << total_sum << "/n;
| ^~~~
snacks.cpp: In function ‘int main()’:
snacks.cpp:25:5: error: expected primary-expression before ‘for’
25 | for(long long i = 0; i< q ; i++){
| ^~~
snacks.cpp:25:26: error: ‘i’ was not declared in this scope
25 | for(long long i = 0; i< q ; i++){
| ^