回答編集履歴
1
ソース修正
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
{
|
30
30
|
|
31
|
-
printf("lot = %f", Calc
|
31
|
+
printf("lot = %f", Calculation(1000000, 1, 1));
|
32
32
|
|
33
33
|
}
|
34
34
|
|