質問編集履歴

1

NUM_LETTERSが定義されていないとご指摘があり、#define NUM_LETTERS 16 の1行を加えた

2023/03/20 13:43

投稿

shigemi_sano
shigemi_sano

スコア17

test CHANGED
File without changes
test CHANGED
@@ -35,6 +35,7 @@
35
35
  #include <stdlib.h>
36
36
  #include <string.h>
37
37
 
38
+ #define NUM_LETTERS 16
38
39
  #define NUM_BUFF 256
39
40
  #define ONE 1
40
41
  #define COMMA ","