Làm giúp mình bài này với, mình cảm ơn ạ, mãi iuuu!
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.
Câu 1:
const fi='dulieu.dat';
fo='thaythe.out';
var f1,f2:text;
a:array[1..100]of string;
n,d,i,vt:integer;
begin
assign(f1,fi); reset(f1);
assign(f2,fo); rewrite(f2);
n:=0;
while not eof(f1) do
begin
n:=n+1;
readln(f1,a[n]);
end;
for i:=1 to n do
begin
d:=length(a[i]);
vt:=pos('anh',a[i]);
while vt<>0 do
begin
delete(a[i],vt,3);
insert('em',a[i],vt);
vt:=pos('anh',a[i]);
end;
end;
for i:=1 to n do
writeln(f2,a[i]);
close(f1);
close(f2);
end.
Câu 2:
uses crt;
const fi='mang.inp';
fo='sapxep.out';
var f1,f2:text;
a:array[1..100]of integer;
i,n,tam,j:integer;
begin
clrscr;
assign(f1,fi); rewrite(f1);
assign(f2,fo); rewrite(f2);
write('Nhap n='); readln(n);
for i:=1 to n do
begin
write('A[',i,']='); readln(a[i]);
end;
for i:=1 to n do
write(f1,a[i]:4);
for i:=1 to n-1 do
for j:=i+1 to n do
if a[i]>a[j] then
begin
tam:=a[i];
a[i]:=a[j];
a[j]:=tam;
end;
for i:=1 to n do
write(f2,a[i]:4);
close(f1);
close(f2);
end.
Dear My friend
I live in Ha Noi. It’s the capital of Vietnam. I’ve been living here for 5 years and I believe it’s the place that suits me most. The city has great culture to explore and offers good opportunities of career and education.People who live here is very friendly and helpful. But the crowded congested traffic is a real issue here, it’s an ideal place to meet people from over the world. It’s always changing so you’ll hardly get bored at this sleepless city.
Best regards,
(Your name)
... bn check lại đề chỗ chất D nhé, tính bị sai á
mình nghĩ "thu được 12,8 gam khí SO2" hợp lý hơn :)
a: Thay x=-4 vào B, ta được:
\(B=\dfrac{1-2\cdot\left(-4\right)}{2-\left(-4\right)}=\dfrac{1+8}{2+4}=\dfrac{9}{6}=\dfrac{3}{2}\)
Bài 2:
a: =>168x+20=6x-21
=>162x=-41
hay x=-41/162
b: \(\Leftrightarrow2\left(3x-8\right)=3\left(5-x\right)\)
=>6x-16=15-3x
=>9x=31
hay x=31/9
c: \(\Leftrightarrow4\left(x^2+8x-20\right)-\left(x+4\right)\left(x+10\right)=3\left(x^2+2x-8\right)\)
\(\Leftrightarrow4x^2+32x-80-x^2-14x-40-3x^2-6x+24=0\)
=>12x-96=0
hay x=8
mình làm những bài bn chưa lm nhé
9B
10A
bài 2
have repainted
bàii 3
ride - walikking
swimming
watch
1) Áp dụng định lí Pytago vào ΔABC vuông tại A, ta được:
\(BC^2=AB^2+AC^2\)
\(\Leftrightarrow BC^2=6^2+8^2=100\)
hay BC=10(cm)
Áp dụng hệ thức lượng trong tam giác vuông vào ΔABC vuông tại A có AH là đường cao ứng với cạnh huyền BC, ta được:
\(AH\cdot BC=AB\cdot AC\)
\(\Leftrightarrow AH\cdot10=6\cdot8=48\)
hay AH=4,8(cm)