#include using namespace std; int main() { string mystr; getline(cin, mystr); for (auto i: mystr) { cout<<"["<