Problem lunchbox
User Bryan
Submission Time 2023-04-05 12:14:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:9: error: expected identifier before ‘long’
10 | vector[long int] required_lunchbox_per_school;
| ^~~~
lunchbox.cpp:10:9: error: expected ‘]’ before ‘long’
10 | vector[long int] required_lunchbox_per_school;
| ^~~~
| ]
lunchbox.cpp:10:8: error: empty structured binding declaration
10 | vector[long int] required_lunchbox_per_school;
| ^
lunchbox.cpp:10:19: error: expected initializer before ‘required_lunchbox_per_school’
10 | vector[long int] required_lunchbox_per_school;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lunchbox.cpp:16:3: error: ‘required_lunchbox_per_school’ was not declared in this scope
16 | required_lunchbox_per_school.push_back(temp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~