0_0_39546629_23073.cpp: In function 'int main()':
0_0_39546629_23073.cpp:20:13: error: no matching function for call to 'sort(long long int [(n + 1)][2])'
20 | sort(aa)
| ~~~~^~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:61,
from .\stdc++.h:51:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algo.h:4851:5: note: candidate: 'template<class _RAIter> constexpr void std::sort(_RAIter, _RAIter)'
4851 | sort(_RandomAccessIterator __first, _RandomAccessIterator __last)
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algo.h:4851:5: note: template argument deduction/substitution failed:
0_0_39546629_23073.cpp:20:13: note: candidate expects 2 arguments, 1 provided
20 | sort(aa)
| ~~~~^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algo.h:4882:5: note: candidate: 'template<class _RAIter, class _Compare> constexpr void std::sort(_RAIter, _RAIter, _Compare)'
4882 | sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algo.h:4882:5: note: template argument deduction/substitution failed:
0_0_39546629_23073.cpp:20:13: note: candidate expects 3 arguments, 1 provided
20 | sort(aa)
| ~~~~^~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:73:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/pstl/glue_algorithm_defs.h:292:1: note: candidate: 'template<class _ExecutionPolicy, class _RandomAccessIterator, class _Compare> __pstl::__internal::__enable_if_execution_policy<_ExecutionPolicy, void> std::sort(_ExecutionPolicy&&, _RandomAccessIterator, _RandomAccessIterator, _Compare)'
292 | sort(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp);
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/pstl/glue_algorithm_defs.h:292:1: note: template argument deduction/substitution failed:
0_0_39546629_23073.cpp:20:13: note: variable-sized array type 'long long int (&)[(n + 1)][2]' is not a valid template argument
20 | sort(aa)
| ~~~~^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/pstl/glue_algorithm_defs.h:296:1: note: candidate: 'template<class _ExecutionPolicy, class _RandomAccessIterator> __pstl::__internal::__enable_if_execution_policy<_ExecutionPolicy, void> std::sort(_ExecutionPolicy&&, _RandomAccessIterator, _RandomAccessIterator)'
296 | sort(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last);
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/pstl/glue_algorithm_defs.h:296:1: note: template argument deduction/substitution failed:
0_0_39546629_23073.cpp:20:13: note: variable-sized array type 'long long int (&)[(n + 1)][2]' is not a valid template argument
20 | sort(aa)
| ~~~~^~~~
0_0_39546629_23073.cpp:24:55: error: 'pp' was not declared in this scope; did you mean 'dp'?
24 | dp[min(m,j)]=fmax(dp[min(m,j)],dp[max(pp,j-aa[i][0])]+aa[i][1]);
| ^~
| dp
|