islands.cpp: In function 'std::variant<bool, std::vector<int, std::allocator<int> > > find_journey(int, int, std::vector<int>, std::vector<int>)':
islands.cpp:34:28: warning: 'to' may be used uninitialized in this function [-Wmaybe-uninitialized]
34 | vector<int>v={zo,ot,to,oz};
| ^
islands.cpp:34:28: warning: 'ot' may be used uninitialized in this function [-Wmaybe-uninitialized]
islands.cpp:34:28: warning: 'oz' may be used uninitialized in this function [-Wmaybe-uninitialized]
islands.cpp:34:28: warning: 'zo' may be used uninitialized in this function [-Wmaybe-uninitialized]