| Problem | shuffle |
|---|---|
| User | lailai0916 |
| Submission Time | 2025-07-04 11:10:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shuffle.cpp:1:1: error: ‘vector’ does not name a type
1 | vector<int> solve(int N, int B, int K, int Q, int ST) {
| ^~~~~~