Problem | snacks |
---|---|
User | cobnet |
Submission Time | 2025-02-23 18:04:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:34:22: error: ‘x’ was not declared in this scope
34 | total += x * count;
| ^
snacks.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
snacks.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^