#include <iostream> #include <cstdlib> #include <ctime> #include <vector> #include <cmath> #include <iomanip> #include <string> #include <map> #include <algorithm> using namespace std; int main(){ int n ; cin>>n; while (n--) ...