#include <stdio.h> #include <math.h> int main(void) { double a, b, c; double circumference, area; scanf("%lf %lf %lf", &a, &am...