回答編集履歴

1

コード修正

2025/04/04 17:57

投稿

jimbe
jimbe

スコア13318

test CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  public class Main {
7
7
  public static void main(String[] args) throws Exception {
8
- String[] array = new String[]{"田中", "25", "男性"};
8
+ String[] array = {"田中", "25", "男性"};
9
9
  String answer = "";
10
10
 
11
11
  int j = 0;