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:35:54: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized]
35 | vector<int>ans = {a, f, d, c, e, b, d, f, a, b, e, c};
| ^
islands.cpp:35:54: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
islands.cpp:35:54: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized]
islands.cpp:35:54: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized]
islands.cpp:35:54: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
islands.cpp:35:54: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]