teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

#include <string\.h>忘れ

2016/12/17 11:17

投稿

dec5798
dec5798

スコア74

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