#include using namespace std; int main() { char buffer[7]; for(int i=0; i<7; i++) buffer[i]=cin.get(); cout << buffer; }