#include<stdio.h> #include<math.h> int ifsize(float a, float b, float c, double sum) { if (sum == 0) { return 0; } else if (sum > 0) { retu...