Problem lunchbox
User toditisdoingthisforfun
Submission Time 2026-01-06 14:47:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:22:2: error: a function-definition is not allowed here before ‘{’ token
22 | {
| ^
lunchbox.cpp:28:28: error: ‘i’ was not declared in this scope
28 | int size = sizeof(schools[i])/sizeof(schools[0]);
| ^
lunchbox.cpp:29:44: error: ‘compare’ was not declared in this scope
29 | qsort (schools, size, sizeof(schools[0]), compare);
| ^~~~~~~