| Problem | tickets |
|---|---|
| User | justin271828 |
| Submission Time | 2025-11-14 16:03:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tickets.cpp: In function ‘long long int find_maximum(int, std::vector<std::vector<int> >)’:
tickets.cpp:18:19: error: could not convert ‘(int (*)[1])(& answer)’ from ‘int (*)[1]’ to ‘std::vector<std::vector<int> >’
18 | allocate_tickets(answer);
| ^~~~~~
| |
| int (*)[1]