#include using namespace std; int main() { std::string input=""; int n,i=1; cin>>n; n++; while(i<=n) { getline(std::cin, input); if(((input[0]