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