#include using namespace std; int main() { string s; int j=1,k=0; bool b; getline(cin,s); do { k=s.find(" ",k+1); b=((0<=k)&&(k