Problem | lunchbox |
---|---|
User | ZiXin |
Submission Time | 2023-11-09 10:12:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cin >> A[i]
| ^
| ;
12 | }
| ~
lunchbox.cpp:18:2: error: expected ‘,’ or ‘;’ before ‘for’
18 | for (int k =0; k < m && sum <= N; K++) {
| ^~~
lunchbox.cpp:18:17: error: ‘k’ was not declared in this scope
18 | for (int k =0; k < m && sum <= N; K++) {
| ^
lunchbox.cpp:18:36: error: ‘K’ was not declared in this scope
18 | for (int k =0; k < m && sum <= N; K++) {
| ^
lunchbox.cpp:25:10: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘char’ to binary ‘operator<<’
25 | count << '\n' << m;
| ~~~~~~^~~~~~~