質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
for(int i=0; i<10; i++)
|
30
30
|
{
|
31
|
-
printf("\e[31m%c",
|
31
|
+
printf("\e[31m%c", chars[ (rand()%3) ] );
|
32
32
|
printf("\n");
|
33
33
|
}
|
34
34
|
return 0;
|