質問編集履歴
1
誤字
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
```java
|
|
2
2
|
class Test{
|
|
3
3
|
public static void main(String[]args){
|
|
4
|
-
for(int x=
|
|
4
|
+
for(int x=0; x<3; x++){
|
|
5
5
|
for(int y=0; y<x; ++y)
|
|
6
6
|
System.out.print("a");
|
|
7
7
|
System.out.print("B");
|