combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:29:20: error: 'all' was not declared in this scope
29 | vector<char> pos(all(ap));
| ^~~
combo.cpp:29:20: note: suggested alternatives:
In file included from /usr/include/c++/13/filesystem:48,
from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:200,
from combo.cpp:2:
/usr/include/c++/13/bits/fs_fwd.h:154:7: note: 'std::filesystem::perms::all'
154 | all = 0777,
| ^~~
In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:89:
/usr/include/c++/13/ranges:1308:27: note: 'std::ranges::views::all'
1308 | inline constexpr _All all;
| ^~~