#include #include using namespace std; int main() { string str; cin >> str; if (str == "う し た ぷ に き あ 王 国 笑") cout << "う し た ぷ に き あ く ん 笑"; else cout << str << endl; }