Problem | topical |
---|---|
User | Vinayak01 |
Submission Time | 2025-02-17 11:36:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int maxCompletedModules(int, int, std::vector<std::vector<int> >&, std::vector<std::vector<int> >&)’:
topical.cpp:25:15: error: expected primary-expression before ‘int’
25 | queue<int> queue; // Queue to manage modules that can be completed
| ^~~