Problem | lunchbox |
---|---|
User | AppleOnAstick |
Submission Time | 2023-11-15 13:38:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:7:20: error: ‘m’ was not declared in this scope
7 | for (int i=0; i < m; i++) {
| ^
lunchbox.cpp:8:10: error: ‘A’ was not declared in this scope
8 | cin >> A[i];
| ^
lunchbox.cpp:14:15: error: ‘a’ was not declared in this scope
14 | sum = sum + a[k];
| ^
lunchbox.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
lunchbox.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^