meetings.cpp: In function 'void solve(int, std::vector<int>)':
meetings.cpp:34:44: error: no matching function for call to 'shuffle(std::vector<std::vector<int> >::iterator, std::vector<std::vector<int> >::iterator)'
34 | shuffle(subtrees.begin() , subtrees.end()) ;
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from meetings.cpp:1:
/usr/include/c++/10/bits/stl_algo.h:3748:5: note: candidate: 'template<class _RAIter, class _UGenerator> void std::shuffle(_RAIter, _RAIter, _UGenerator&&)'
3748 | shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last,
| ^~~~~~~
/usr/include/c++/10/bits/stl_algo.h:3748:5: note: template argument deduction/substitution failed:
meetings.cpp:34:44: note: candidate expects 3 arguments, 2 provided
34 | shuffle(subtrees.begin() , subtrees.end()) ;
| ^