september.cpp: In function 'int solve(int, int, std::vector<int>, std::vector<std::vector<int> >)':
september.cpp:17:15: error: 'par' was not declared in this scope; did you mean '__pstl::execution::v1::par'?
17 | if (p[par[i]].first <= p[i].second) {
| ^~~
| __pstl::execution::v1::par
In file included from /usr/include/c++/11/pstl/glue_algorithm_defs.h:15,
from /usr/include/c++/11/algorithm:74,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:65,
from september.cpp:1:
/usr/include/c++/11/pstl/execution_defs.h:111:27: note: '__pstl::execution::v1::par' declared here
111 | constexpr parallel_policy par{};
| ^~~