答案是12怎么变成这么多
“”是原样输出
printf("三角形的周长是:%d\n", "getGirth(a,b,c)"); 改为: printf("三角形的周长是:%d\n", getGirth(a,b,c));