Problem lunchbox
User potatotomatobanana
Submission Time 2023-11-14 15:24:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:20: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
7 | for (int i = 0; i<num; ++i){
| ^~~
| enum
lunchbox.cpp:9:18: error: expected ‘;’ before ‘}’ token
9 | vi.push_back(x)
| ^
| ;
10 | }
| ~