Problem | universe |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2025-05-19 13:46:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
universe.cpp: In function ‘int main()’:
universe.cpp:41:41: error: expected primary-expression before ‘)’ token
41 | vector<vector<int>> adjl(N, vector<int>);
| ^
universe.cpp:49:35: error: ‘result’ was not declared in this scope; did you mean ‘reuslt’?
49 | count_paths(adjl, cats, 0, 0, K, result);
| ^~~~~~
| reuslt
universe.cpp:49:2: error: ‘count_paths’ was not declared in this scope; did you mean ‘count_path’?
49 | count_paths(adjl, cats, 0, 0, K, result);
| ^~~~~~~~~~~
| count_path