using namespace std; int main() { int T; cin>>T; while(T--) { int h; string s1; getline(cin,s1); cout<