printf("Hello")
c = shahen( a, b ); printf("斜辺の長さ:%f\n", s );
float s; ←間違い! float s; ←正しい!
#define π 3.1415926535 s = π*r*r;