题解 2774: 计算三角形面积

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

java-计算三角形面积

摘要:```javaimportjava.util.Scanner;publicclassMain{publicstaticvoidmain(String[]args){Scannersc=newScann……

计算三角形面积

摘要:#include<stdio.h>#include<math.h>//主要是用pow函数doublechangdu(doublex1,doublex2,doubley1,dou……

已知三点求面积

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){floatx1,y1,x2,y2,x3,y3;scanf(&……

计算三角形面积

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>doubledistance(floatx1,floaty1,floatx2,f……

海伦公式计算三角形面积

摘要:解题思路:注意事项:计算值要设置为double参考代码:#include<stdio.h>#include<math.h>doubledistance(floatx1,floa……

计算三角形面积

摘要:![](/image_editor_upload/20230722/20230722061633_68262.png)```c#include#includeintmain(){doublex1,x2……

三角形面积

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){&nbsp;&nbsp;floatx1,x2……