Làm lại hộ mik bài VIII (Ex1) với ạ
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.
4:
Số thứ nhất là 126*4/9=56
Số thứ hai là 126-56=70
3:
a: S
b: Đ
c: S
d: Đ
c: \(3x\left(x-7\right)-2\left(x-7\right)=0\)
\(\Leftrightarrow\left(x-7\right)\left(3x-2\right)=0\)
\(\Leftrightarrow\left[{}\begin{matrix}x=7\\x=\dfrac{2}{3}\end{matrix}\right.\)
d: \(7x^2-28=0\)
\(\Leftrightarrow\left(x-2\right)\left(x+2\right)=0\)
\(\Leftrightarrow\left[{}\begin{matrix}x=2\\x=-2\end{matrix}\right.\)
#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;
}
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.
1 What have you done?
2 has eaten
3 have been writing
4 has been cooking
5 have seen
6 have scored