質問するログイン新規登録

質問編集履歴

1

誤字

2020/08/20 06:47

投稿

max-777
max-777

スコア17

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=o; x<3; 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");