road_construction.cpp: In function 'int main()':
road_construction.cpp:35:14: error: 'all' was not declared in this scope
35 | sort(all(v));
| ^~~
road_construction.cpp:35:14: note: suggested alternatives:
In file included from /usr/include/c++/11/filesystem:44,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:129,
from road_construction.cpp:1:
/usr/include/c++/11/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++/11/bits/stdc++.h:146,
from road_construction.cpp:1:
/usr/include/c++/11/ranges:1130:27: note: 'std::ranges::views::all'
1130 | inline constexpr _All all;
| ^~~