void int main()
{
printf("10文字を使って文字列を入力してください(半角のみ)->moji\n");
printf("入力されたも文字列は->moji\n");
printf("です。");

}