实验3-8 输出三角形面积和周长 (15分) #include <stdio.h> #include <math.h> int main(){ int a, b, c; scanf("%d %d %d"