#include<iostream> #include<cstdio> using namespace std; int main(){ char word[1800]; int i=1; while(cin >>word[i]){ i++; } }