#include using namespace std; int main() { int t,len; string s; cin>>t; while(t--) { cin>>s; len=s.size(); if(len>10) cout<