Skip to content

Commit

Permalink
日本語文字削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Repy committed May 12, 2024
1 parent cc970c1 commit b8a7746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BufOver/BufOver.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ int main()
printf("address str1:%p\n", &str1);
printf("address str2:%p\n", &str2);

printf("入力してください str1:");
printf("input str1:");
scanf("%s", str1);
getchar();
printf("入力してください str2:");
printf("input str2:");
scanf("%s", str2);
getchar();
printf("出力 str1:%s\n出力 str2:%s\n", str1, str2);
printf("output str1:%s\noutput str2:%s\n", str1, str2);
getchar();
}

0 comments on commit b8a7746

Please sign in to comment.