![](https://rs.olm.vn/images/avt/0.png?1311)
K
Khách
Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.
![](https://rs.olm.vn/images/avt/0.png?1311)
Các câu hỏi dưới đây có thể giống với câu hỏi trên
![](https://rs.olm.vn/images/avt/0.png?1311)
10 tháng 3 2017
bạn vô đây xem nè https://www.youtube.com/watch?v=KwDKdZ0wQVo nhớ tik cho mình nha
![](https://rs.olm.vn/images/avt/0.png?1311)
NT
2
KB
4
![](https://rs.olm.vn/images/avt/0.png?1311)
NT
1
![](https://rs.olm.vn/images/avt/0.png?1311)
13 tháng 11 2021
#include <bits/stdc++.h>
using namespace std;
double a,b,c,p,s;
int main()
{
cin>>a>>b>>c;
p=(a+b+c)/2;
s=sqrt(p*(p-a)*(p-b)*(p-c));
cout<<fixed<<setprecision(2)<<p;
return 0;
}
![](https://rs.olm.vn/images/avt/0.png?1311)
13 tháng 11 2021
1:
uses crt;
var a,b,c,max,min:longint;
begin
clrscr;
readln(a,b,c);
max=a;
if max<b then max:=b;
if max<c then max:=c;
min:=a;
if min>c then min:=c;
if min>b then min:=b;
writeln(max,' ',min);
readln;
end.
report
báo cáo nha