0_0_39510817_16139.cpp: In function 'bool check(int)':
0_0_39510817_16139.cpp:28:17: error: 'max_element' was not declared in this scope
28 | return *max_element(f+1,f+n+1)>=m;
| ^~~~~~~~~~~
0_0_39510817_16139.cpp:28:17: note: suggested alternatives:
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:73,
from .\stdc++.h:51:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/pstl/glue_algorithm_defs.h:528:1: note: 'std::max_element'
528 | max_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
| ^~~~~~~~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:63:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_algo.h:3139:37: note: 'std::ranges::max_element'
3139 | inline constexpr __max_element_fn max_element{};
| ^~~~~~~~~~~
|