okada@hazel[1]_% gcc -o prac5 prac5.c -lm okada@hazel[2]_% ./prac5 Enter the height(m) = 1.74 Enter the weight(kg) = 72.4 「標準体重」です。 okada@hazel[3]_% okada@hazel[4]_% ./prac5 Enter the height(m) = 1.74 Enter the weight(kg) = 64.5 「標準体重」です。 okada@hazel[5]_% okada@hazel[6]_% ./prac5 Enter the height(m) = 1.74 Enter the weight(kg) = 60.2 「痩せ気味」です。 okada@hazel[7]_%