Nhập một số cho biết đó cs phải số siêu nguyên tố ko 18/07/2021 Bởi Savannah Nhập một số cho biết đó cs phải số siêu nguyên tố ko
uses crt;var n,kt:longint;function nt(a:longint):boolean;var i:longint;begini:=2; while(a>1)and(a mod i<>0)do inc(i);nt:=i=a;end; beginclrscr;write(‘n=’);readln(n);repeatif not(nt(n mod 10)) then kt:=1;n:=n div 10;until n=0;writeln(kt=0);readlnend. Bình luận
uses crt;
var n,kt:longint;
function nt(a:longint):boolean;
var i:longint;
begin
i:=2;
while(a>1)and(a mod i<>0)do inc(i);
nt:=i=a;
end;
begin
clrscr;
write(‘n=’);readln(n);
repeat
if not(nt(n mod 10)) then kt:=1;
n:=n div 10;
until n=0;
writeln(kt=0);
readln
end.
Nhớ sao làm vậy nha
7331 vì 733, 73 7 là các số nguyên tố