回答編集履歴

1

s

2018/06/24 10:14

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -6,8 +6,18 @@
6
6
 
7
7
  ```swift
8
8
 
9
-
10
-
11
9
  return (total: total, average: ave)
12
10
 
13
11
  ```
12
+
13
+
14
+
15
+ ????だと怒られます。
16
+
17
+
18
+
19
+ ```swift
20
+
21
+ return (total: total, ave: ave)
22
+
23
+ ```