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.

23 tháng 10 2021

undefined

10 tháng 11 2021

k p python đâu pascal nha mà tôi làm được rồi

8 tháng 10 2019

program hoidaptinhoc;
uses crt;
var K,N,X,Y,M,i : longint;
z : string;
BEGIN
clrscr;
writeln('Nhap so dong trong moi trang cua quyen sach: '); readln(K);
writeln('Nhap so thu tu cua dong: '); readln(N);
if (N mod K) = 0 then begin X:=N div K; Y:=K end;
if (N mod K) <> 0 then begin X:= (N div K) + 1; Y:=N mod K end;
M:=0;
for i:=1 to X do
begin
str(i,z);
M:=M+length(z);
end;
writeln('X= ',X,' Y= ',Y);
writeln('M= ',M);
readln;
END.

5 tháng 5 2020

Câu 1: D. Ctrl

Câu 2: C. Nháy chuột phải → Delete Slide

Câu 3: (Bạn nên nói rõ nút lệnh nào nhé)

Câu 4: C. File → Close

Nếu thấy đúng nhớ tick cho mình nhé! Chúc bạn học tốt! hehe

22 tháng 2 2020

Program hotrotinhoc;

const fi='cau2.inp';

fo='cau2.out';

var f: text;

s: ansistring;

i,n,d,max,min: integer;

a: array[1..1000] of string;

procedure ip;

begin

assign(f,fi);

reset(f);

read(f,s);

close(f);

end;

procedure out;

begin

assign(f,fo);

rewrite(f);

s:=s+' ';

while length(s)<>0 do

begin

inc(d);

min:=1001;

max:=0;

a[d]:=copy(s,1,pos(' ',s)-1);

delete(s,1, pos(' ',s));

end;

for i:=1 to d do

begin

if length(a[i])>max then max:=length(a[i]);

if length(a[i])<min then min:=length(a[i]);

end;

write(f,min,' ',max);

close(f);

end;

begin

ip;

out;

end.

8 tháng 10 2020

Program HOC24;

const fi='Cau1.INP';

fo='Cau2.OUT';

var i,a,b,c,t,d: integer;

f: text;

function ucln(x,y: integer): integer;

var t: integer;

begin

while y<>0 do

begin

t:= x mod y;

x:=y;

y:=t;

end;

ucln:=x;

end;

procedure ip;

begin

assign(f,fi);

reset(f);

read(f,a,b,c);

close(f);

end;

procedure out;

begin

assign(f,fo);

rewrite(f);

for i:=b to c do

begin

if i mod a=0 then write(f,i,' ');

t:=t+i;

end;

writeln(f);

while t<>0 do

begin

t:=t div 10;

inc(d);

end;

writeln(f,d);

if ucln(a,b,c)=1 then write(f,1) else write(f,0);

close(f);

end;

begin

ip;

out;

end.

1 tháng 10 2020

Program HOC24;

const fi='Cau3.INP';

var f: text;

k: char;

s: string;

i: byte;

procedure ip;

begin

assign(f,fi);

reset(f);

readln(f,s);

read(f,k);

close(f);

end;

begin

ip;

for i:=1 to length(s) do if s[i]=k then write(i,' ');

readln

end.

8 tháng 10 2020

rất l bạn nhưng nó bị dính exit code2

và mik đã ra trên mạng nhưng làm theo thì không chạy đ chương trình