# -*- coding:utf-8 -*- print("私はxxxです。あなたのお名前は?"); strings=input(); print("こんにちは、",strings,"さん"); # @Author:xxxx