海倫公式求三角形面積

#include "stdio.h"   #include <math.h>io int main() {     int a, b, c,s,Ar;     printf("請輸入三邊長:");      //求三角形面積,假設這個三角造成立         scanf_s("%d\n%d\n%d", &a, &b, &c);         s = (a + b + c) / 2;    //
相關文章
相關標籤/搜索