| Problem | coincombinations |
|---|---|
| User | carson |
| Submission Time | 2025-06-16 11:43:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:9:41: error: ‘q’ was not declared in this scope
9 | vector<vector<int>> res(n, vector<int>(q));
| ^