質問編集履歴

1

class名変更

2022/09/03 14:11

投稿

73T-beginner
73T-beginner

スコア7

test CHANGED
File without changes
test CHANGED
@@ -17,7 +17,7 @@
17
17
  ### 該当のソースコード
18
18
 
19
19
  ```java
20
- class TimelineWeek{
20
+ class sample{
21
21
  public static void main(String[] args){
22
22
  int n = Integer.parseInt(args[0]);
23
23
  String [] week = new String[n];