https://www.acmicpc.net/problem/10926
#include <iostream> using namespace std; int main() { string str; cin >> str; cout << str + "??!"; return 0; }