回答編集履歴
2
訂正
test
CHANGED
File without changes
|
1
訂正
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
```javascript
|
40
40
|
|
41
|
-
for(r="",
|
41
|
+
for(r="",x=0;x<5;++x,r+="\n")
|
42
42
|
|
43
43
|
for(y=0;y<5;r+=x>=y++?"*":"-");
|
44
44
|
|