Problem adjlist
User ZiErn
Submission Time 2023-11-10 14:32:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int32_t main()’:
adjlist.cpp:13:31: error: request for member ‘push_back’ in ‘adjlist’, which is of non-class type ‘std::vector<long long int> [n]’
13 | adjlist [a] = adjlist.push_back (b);
| ^~~~~~~~~
adjlist.cpp:17:14: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘std::vector<long long int>’)
17 | cout << adjlist [i] << "\n";
| ~~~~ ^~ ~~~~~~~~~~~
| | |
| | std::vector<long long int>
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/istream:39,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/incl