Problem | lunchbox |
---|---|
User | Zachareeeee |
Submission Time | 2024-11-28 16:44:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:15: error: expected ‘;’ before ‘cin’
11 | testsum += x
| ^
| ;
12 | cin >> x;
| ~~~