Problem | lunchbox |
---|---|
User | Quackadodo110411 |
Submission Time | 2024-04-27 10:48:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:5:51: error: a function-definition is not allowed here before ‘{’ token
5 | int max_schools(int N, int m, std::vector<int> k) {
| ^
lunchbox.cpp:20:12: error: a function-definition is not allowed here before ‘{’ token
20 | int main() {
| ^
lunchbox.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
lunchbox.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^