#include <iostream> using namespace std; int main(void) { char id[51]; cin >> id; cout << id << "??!" << endl; return 0; }