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

質問編集履歴

1

コードの表記

2020/11/23 22:37

投稿

puro
puro

スコア4

title CHANGED
File without changes
body CHANGED
@@ -19,7 +19,7 @@
19
19
  void null_string(char str[]){
20
20
  ^~~~~~~~~~~
21
21
  ### 該当のソースコード
22
- include<stdio.h>
22
+ ```include<stdio.h>
23
23
  include<string.h> //#は外しています。
24
24
  char ha[1<<21],k[256];
25
25
  void null_string(char str[]){
@@ -47,4 +47,6 @@
47
47
  if (flg) ha[s] = 1; else puts( ha[s] ? "yes" : "no" );
48
48
  }
49
49
  return 0;
50
- }
50
+ }
51
+
52
+ ```