質問編集履歴

1

ソースコード部分をcodeブロックを用いて書き直しました

2017/11/02 13:11

投稿

kmmtprgm
kmmtprgm

スコア8

test CHANGED
File without changes
test CHANGED
@@ -58,13 +58,15 @@
58
58
 
59
59
 
60
60
 
61
- ###該当のソースコード(プレビュの関係上ヘッダインクルードの#を取り除いてます)
61
+ ###該当のソースコード
62
62
 
63
63
  #【getlineで作ったソース】
64
64
 
65
- include<stdio.h>
65
+ ```
66
66
 
67
+ #include<stdio.h>
68
+
67
- include<stdlib.h>
69
+ #include<stdlib.h>
68
70
 
69
71
  int main(){
70
72
 
@@ -96,13 +98,17 @@
96
98
 
97
99
  }
98
100
 
101
+ ```
102
+
99
103
 
100
104
 
101
105
  #【fgetsで作っているソース】
102
106
 
103
- include <stdio.h>
107
+ ```
104
108
 
109
+ #include <stdio.h>
110
+
105
- include <stdlib.h>
111
+ #include <stdlib.h>
106
112
 
107
113
 
108
114
 
@@ -142,6 +148,8 @@
142
148
 
143
149
  }
144
150
 
151
+ ```
152
+
145
153
 
146
154
 
147
155
  《abc.txt》