Problem | lunchbox |
---|---|
User | blackpanther |
Submission Time | 2025-04-29 23:33:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:17: error: expected ‘;’ before ‘<’ token
8 | for (int i=0, i<m, ++i) {
| ^
| ;
lunchbox.cpp:8:17: error: expected primary-expression before ‘<’ token
lunchbox.cpp:8:24: error: expected ‘;’ before ‘)’ token
8 | for (int i=0, i<m, ++i) {
| ^
| ;
lunchbox.cpp:14:18: error: missing template arguments before ‘)’ token
14 | for (int k : set) {
| ^
lunchbox.cpp:15:23: error: ‘N’ was not declared in this scope
15 | if (sum + k > N)
| ^