teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

```追加

2021/02/07 06:45

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -29,7 +29,8 @@
29
29
  ```C言語
30
30
 
31
31
  コード
32
+ ```C
32
- ```#include <stdio.h>
33
+ #include <stdio.h>
33
34
  #include <string.h>
34
35
 
35
36
  #define N 47
@@ -96,4 +97,5 @@
96
97
 
97
98
  fclose(fin);
98
99
   return 0;
99
- }
100
+ }
101
+ ```