Problem | lunchbox |
---|---|
User | luoxindi09 |
Submission Time | 2023-02-17 22:00:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:9:48: error: ‘i’ was not declared in this scope
9 | for (int i=0; i<m; i++) cin >> a[i]; sum += a[i];
| ^
lunchbox.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
lunchbox.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^