open_in_new
content_copy
#include<bits/stdc++.h> using namespace std; int main(){ int t; cin>>t; while(t-->0){ } return 0; }