質問編集履歴

1

修正

2021/07/28 03:24

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  {
60
60
 
61
- printf("\e[31m%c", *chars[ (rand()%3) ] );
61
+ printf("\e[31m%c", chars[ (rand()%3) ] );
62
62
 
63
63
  printf("\n");
64
64