0_0_39126693_31424.cpp: In function 'int main()':
0_0_39126693_31424.cpp:16:24: error: no matching function for call to 'reverse(long long int&)'
16 | reverse(acc);
| ~~~~~~~^~~~~
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:1131:5: note: candidate: 'template<class _BIter> constexpr void std::reverse(_BIter, _BIter)'
1131 | reverse(_BidirectionalIterator __first, _BidirectionalIterator __last)
| ^~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algo.h:1131:5: note: template argument deduction/substitution failed:
0_0_39126693_31424.cpp:16:24: note: candidate expects 2 arguments, 1 provided
16 | reverse(acc);
| ~~~~~~~^~~~~
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:249:1: note: candidate: 'template<class _ExecutionPolicy, class _BidirectionalIterator> __pstl::__internal::__enable_if_execution_policy<_ExecutionPolicy, void> std::reverse(_ExecutionPolicy&&, _BidirectionalIterator, _BidirectionalIterator)'
249 | reverse(_ExecutionPolicy&& __exec, _BidirectionalIterator __first, _BidirectionalIterator __last);
| ^~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/pstl/glue_algorithm_defs.h:249:1: note: template argument deduction/substitution failed:
0_0_39126693_31424.cpp:16:24: note: candidate expects 3 arguments, 1 provided
16 | reverse(acc);
| ~~~~~~~^~~~~
|