21
10
Hãy luôn nhớ cảm ơn và vote 5*
nếu câu trả lời hữu ích nhé!
2286
1731
uses crt, math;
var n, i, res, j, tmp, count, ans: longint;
a: array[1..1000] of longint;
begin
clrscr;
readln(n);
for i:=1 to n do read(a[i]);
for i:=1 to n - 1 do
for j:=i + 1 to n do
if a[i] > a[j] then
begin
tmp:=a[i];a[i]:=a[j];a[j]:=tmp;
end;
i:=1;
While i <= n do
Begin
count:=1;
While a[i] = a[i + 1] do
begin
inc(count);
ans:=a[i];
inc(i);
end;
inc(i);
res:=max(res, count);
End;
writeln(ans);
writeln(res);
readln; readln;
end.
Hãy giúp mọi người biết câu trả lời này thế nào?
Bảng tin
21
242
10
Giai thích với bạn
21
242
10
https://hoidap247.com/cau-hoi/3043297
21
242
10
https://hoidap247.com/cau-hoi/3046920
21
242
10
GIÚP VỚI :<<
21
242
10
https://hoidap247.com/cau-hoi/3107388 help
21
242
10
https://hoidap247.com/cau-hoi/3233397 help
21
242
10
https://hoidap247.com/cau-hoi/3354713
21
242
10
https://hoidap247.com/cau-hoi/4034334 giupp gappp :(((