Problem | rank |
---|---|
User | Daddy |
Submission Time | 2024-06-22 20:00:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rank.cpp: In function ‘int main()’:
rank.cpp:30:40: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Tp, class _Alloc> class std::vector’
30 | vector<vector<int>> adjl(k,vector<int());
| ^
rank.cpp:30:40: note: expected a type, got ‘0’
rank.cpp:30:40: error: template argument 2 is invalid