回答編集履歴
1
#include <string\.h>忘れ
answer
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
|
11
11
|
```c
|
12
12
|
#include <stdio.h>
|
13
|
+
#include <string.h>
|
13
14
|
|
14
15
|
double bmi_keisan(int height, int weight);
|
15
16
|
|