festival.cpp: In function 'std::vector<int> max_coupons(int, std::vector<int>, std::vector<int>)':
festival.cpp:7:10: error: 'all' was not declared in this scope
7 | iota(all(ind), 0);
| ^~~
festival.cpp:7:10: 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 festival.cpp:1:
/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;
| ^~~