回答編集履歴

2

訂正

2020/09/05 04:57

投稿

AkitoshiManabe
AkitoshiManabe

スコア5434

test CHANGED
File without changes

1

訂正

2020/09/05 04:57

投稿

AkitoshiManabe
AkitoshiManabe

スコア5434

test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  ```javascript
40
40
 
41
- for(r="",y,x=0;x<5;++x,r+="\n")
41
+ for(r="",x=0;x<5;++x,r+="\n")
42
42
 
43
43
  for(y=0;y<5;r+=x>=y++?"*":"-");
44
44