回答編集履歴

1

バグの修正

2019/10/16 15:09

投稿

majiponi
majiponi

スコア1722

test CHANGED
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
 
33
- float a1 = arg->a;
33
+ float a1 = _data->a;
34
34
 
35
- float b1 = arg->b[1];
35
+ float b1 = _data->b[1];
36
36
 
37
37
  ```
38
38