#include int main( void ) { const int maxlinelen = 8; char line[ maxlinelen ]; std::cin.getline( line, maxlinelen ); }