回答編集履歴

1

2022/09/19 09:45

投稿

退会済みユーザー
test CHANGED
@@ -2,4 +2,7 @@
2
2
  input N
3
3
  for 1≦i≦N
4
4
  input A[i]
5
+ output N
6
+ for 1≦i≦N
7
+ output A[i]
5
8
  ```