Đề bài : sắp xếp lại câu
Làm giúp mình 2 bài này 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.
what is her mother going to prepare for her bỉthdat party
var A:
array[1..n] of integer;
i, j, n: integer;
begin
write('Nhap so phan tu cua mang: ');
readln(n);
for i := 1 to n do
begin
write('Nhap phan tu thu ', i, ': ');
readln(A[i]);
end;
for i := 1 to n - 1 do
for j := i+1 to n do
if (A[i] mod 2 = 0) and (A[j] mod 2 = 0) and (A[i] < A[j]) or (A[i] mod 2 = 1) and (A[j] mod 2 = 1) and (A[i] > A[j]) then
begin
swap(A[i], A[j]);
end;
writeln('Mang da sap xep la: ');
for i := 1 to n do
writeln(A[i]);
end.
#include <bits/stdc++.h>
using namespace std;
long long n,i,a[1000];
int main()
{
cin>>n;
for (i=1; i<=n; i++) cin>>a[i];
sort(a+1,a+n+1);
for (i=1; i<=n; i++) cout<<a[i]<<" ";
return 0;
}
1 Go straight ahead and turn right
2 How far is it from here to your house?
Gọi số cần tìm là a
Ta có: (18 + a) : 2 = 22
<=> 18 + a = 44
<=> a = 26
Vậy số còn lại là 26
/S/:books,points,laughs,hrlps, cooks,snacks,streets,books(2 từ),develops,laughs(2 từ),streets(2 từ),books(3 từ),lifts,rocks,suggests
/IZ/:dishes,houses,coaches
/Z/:proofs,days,finds,neighbors,friends,relatives,photographs,follows,titles,writers,phones, makes,cities,(s)atellites,series,worker,takes,volumes,phones(2 từ),makes(2 từ),proofs(2 từ),regions,,involves,believes,steals,chores.
Good luck tiểu thư họ nguyễn
Để hệ phương trình có nghiệm duy nhất thì \(\dfrac{m}{3}< >-\dfrac{1}{m}\)
=>\(m^2\ne-3\)(luôn đúng)
Ta có: \(\left\{{}\begin{matrix}mx-y=2\\3x+my=3m\end{matrix}\right.\)
=>\(\left\{{}\begin{matrix}y=mx-2\\3x+m\left(mx-2\right)=3m\end{matrix}\right.\)
=>\(\left\{{}\begin{matrix}y=mx-2\\3x+m^2x-2m=3m\end{matrix}\right.\)
=>\(\left\{{}\begin{matrix}y=mx-2\\x\left(m^2+3\right)=5m\end{matrix}\right.\Leftrightarrow\left\{{}\begin{matrix}x=\dfrac{5m}{m^2+3}\\y=m\cdot\dfrac{5m}{m^2+3}-2\end{matrix}\right.\)
=>\(\left\{{}\begin{matrix}x=\dfrac{5m}{m^2+3}\\y=\dfrac{5m^2-2m^2-6}{m^2+3}=\dfrac{3m^2-6}{m^2+3}\end{matrix}\right.\)
\(\left(x+y\right)\cdot\left(m^2+3\right)+8=0\)
=>\(\dfrac{5m+3m^2-6}{m^2+3}\cdot\left(m^2+3\right)+8=0\)
=>\(3m^2+5m-6+8=0\)
=>\(3m^2+5m+2=0\)
=>(m+1)(3m+2)=0
=>\(\left[{}\begin{matrix}m=-1\\m=-\dfrac{2}{3}\end{matrix}\right.\)
1 why do you german study?
2 how often does Emma spend her free time ?
3 what time do they get up on Saturdays?
4 what do you like eating for breakfast?
5 where does Jame usually his spend summer holiday?
7 what does Lilly read books?
15 what does your mother teach?
14 how often does it snow in winter ?
Bạn có thể làm nốt giúp mình câu 8,9,10,11,12,13 được không bạn !