Problem tickets
User ensonchew
Submission Time 2025-11-14 16:09:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tickets.cpp:3:29: error: multidimensional array must have bounds for all dimensions except the first
3 | void allocate_tickets(int[][] s)
| ^
tickets.cpp:3:31: error: expected ‘,’ or ‘...’ before ‘s’
3 | void allocate_tickets(int[][] s)
| ^
tickets.cpp:4:1: error: expected initializer before ‘long’
4 | long long find_maximum(int k, std::vector<std::vector<int>> x) {
| ^~~~