回答編集履歴

1

コード修正

2021/10/22 16:59

投稿

int32_t
int32_t

スコア21697

test CHANGED
@@ -4,11 +4,7 @@
4
4
 
5
5
  ```js
6
6
 
7
- for (let nameType of listA) {
7
+ for (let {name, type} of listA) {
8
-
9
- let name = nameType.name;
10
-
11
- let type = nameType.type;
12
8
 
13
9
  if (group.findIndex(
14
10