回答編集履歴

1

微修正

2021/05/23 13:14

投稿

episteme
episteme

スコア16612

test CHANGED
@@ -32,9 +32,7 @@
32
32
 
33
33
  printf("%d:", i);
34
34
 
35
- int count = hist[i-1];
35
+ for ( int count = hist[i-1]; count; --count ) {
36
-
37
- while ( count-- ) {
38
36
 
39
37
  printf("*");
40
38