#include<vector> #include<iostream> using namespace std; void printRest(vector<int>& v,int f,int l,int r,int k){ while(l < r){ ...