Bài tập tìm số nguyên tố và các số khác nhau trong dãy

HuanBuiThanh

 




Nhập từ bàn phím số nguyên dương N(10 <= N<= 150) và dãy A có N số nguyên A1,A2,A3,…,AN. Hãy đưa ra màn hình số lượng các số nguyên tố trong dãy A, số lượng các giá trị khác nhau trong dãy A.


program bai_tap; uses crt; var A: array[1..100] of integer; i,j,N,dem,tong : integer; th: boolean; function ktnt(a:integer):boolean; var i:integer; kt:boolean; begin kt:=true; if a<=1 then kt:=false; for i:=2 to trunc(sqrt(a)) do if (a mod i = 0) then kt:=false; ktnt:=kt; end; begin clrscr; write ('Nhap N:'); readln(N); while ((n <= 10) or (n >= 150)) do begin write ('Xin moi Nhap lai:'); readln(N); end; for i:=1 to n do begin write ('Nhap A[',i,']'); readln(a[i]); end; for i:=1 to n do begin if ktnt(A[i]) then tong:=tong+1; end; dem:=1; for i:=2 to n do begin th:=true; for j:=1 to i-1 do if a[j]=a[i] then th:=false; if th=true then dem:=dem+1; end; writeln('Trong day co:',tong,' so nguyen to'); writeln('Trong day co:',dem,' gia tri khac nhau'); readln; end.

Getting Info...

Đăng nhận xét

Cảm ơn bạn đã quan tâm và gửi nhận xét tại
http://huanbuithanh.blogspot.com
hãy ghé thăm blog hàng ngày để được cập nhật những thủ thuật mới nhất nhé . thân ái !
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.