4 lines
97 B
C

float circumf(float diameter);
float area(float length, float height);
long jbpow(int x, int n);