0_0_38704948_16224.cpp: In function 'void divide(std::vector<node1>)':
0_0_38704948_16224.cpp:116:16: error: no matching function for call to 'shuffle(std::vector<node>::iterator, std::vector<node>::iterator)'
116 | shuffle(b.begin(), b.end());
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~
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:3742:5: note: candidate: 'template<class _RAIter, class _UGenerator> void std::shuffle(_RAIter, _RAIter, _UGenerator&&)'
3742 | shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last,
| ^~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algo.h:3742:5: note: template argument deduction/substitution failed:
0_0_38704948_16224.cpp:116:16: note: candidate expects 3 arguments, 2 provided
116 | shuffle(b.begin(), b.end());
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~
|