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