#include #include using namespace std; int main(){ int v, e, start; cin >> v >> e >> start; vector map(v, 0); return 0; }