#include #include int main(void) { int32_t N; std::cin >> N; while(N--) { std::string s; std::cin >> s; bool f = false; for(int i=0; i