#include #include #include using namespace std; using namespace boost; int main() { string s; vector v; getline(cin,s); split(v, s, is_any_of(" ")); bool b = true; for (int j=0; b && (j+1