//
// もじを、にゅうりょくするよ
//

func main() {
    print("もじをにゅうりょくしてね");

    moji = readline();

    print("にゅうりょくされたもじは、" + moji + "です");
}
