Problem lunchbox
User dfsssssssssfsdfdssgdfs
Submission Time 2026-01-07 16:50:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function β€˜int main()’:
lunchbox.cpp:15:57: error: expected primary-expression before β€˜)’ token
15 | if (n != accumulate(schools.begin(), schools.end(), 0);){
| ^
lunchbox.cpp:22:4: error: continue statement not within a loop
22 | continue;
| ^~~~~~~~