Problem | snacks |
---|---|
User | foodaholic |
Submission Time | 2025-02-24 22:22:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:20:11: error: expected ‘;’ before ‘sum_ori’
20 | cin>>ele
| ^
| ;
21 | sum_ori+= ele;
| ~~~~~~~