Problem | topical |
---|---|
User | Memeathon |
Submission Time | 2025-03-18 13:43:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int main()’:
topical.cpp:8:24: error: ‘maxn’ was not declared in this scope; did you mean ‘main’?
8 | vector<vector<int>> r(maxn, vector<int>(k)), (maxn, vector<int>(k));
| ^~~~
| main
topical.cpp:8:52: error: expected ‘)’ before ‘,’ token
8 | vector<vector<int>> r(maxn, vector<int>(k)), (maxn, vector<int>(k));
| ~ ^
| )
topical.cpp:8:65: error: invalid declarator before ‘(’ token
8 | vector<vector<int>> r(maxn, vector<int>(k)), (maxn, vector<int>(k));
| ^
topical.cpp:10:16: error: ‘j’ was not declared in this scope
10 | vector<int> p(j, 0);
| ^
topical.cpp:19:11: