回答編集履歴

1

ソース修正

2020/09/07 10:33

投稿

mah
mah

スコア591

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  {
30
30
 
31
- printf("lot = %f", CalcLot2(1000000, 1, 1));
31
+ printf("lot = %f", Calculation(1000000, 1, 1));
32
32
 
33
33
  }
34
34