質問編集履歴

1

修正しました

2020/07/21 13:04

投稿

wawon
wawon

スコア0

test CHANGED
File without changes
test CHANGED
@@ -16,13 +16,13 @@
16
16
 
17
17
  {
18
18
 
19
- for (j = 1; j <= 4 i; j++)
19
+ for (j = 1; j <= 4 - i; j++)
20
20
 
21
- output( );
21
+ printif (" ");
22
22
 
23
- for (j = 1; j <= i; j++)
23
+ for (j = 1; j <= i; j++)
24
24
 
25
- output(*); o
25
+ printif (" * ");
26
26
 
27
27
  }
28
28