Problem lunchbox
User Quackadodo110411
Submission Time 2024-04-27 10:48:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:51: error: a function-definition is not allowed here before ‘{’ token
8 | int max_schools(int N, int m, std::vector<int> k) {
| ^
lunchbox.cpp:23:12: error: a function-definition is not allowed here before ‘{’ token
23 | int main() {
| ^
lunchbox.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
lunchbox.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^