December 22, 2018
Smaller prime numbers k
Threads: Enter an integer k, print out a list of prime numbers less than k.
Input: An integer k.
Output: A line of smaller prime numbers k, each number separated by spaces. Without any prime number less than k, then print out “NOT FOUND”.
For example:
input: 5 output: 2 3
You are not logged in? Log in to Submit Now!
5 Comments
Add a Comment
You must be logged in to post a comment.
add ơi sao em chạy bằng codeblock thì đc mà ở đây lại lỗi ạ
Bạn xem thông báo lỗi gì và sửa nhé. hoặc nhìn sự khác nhau của test output và your output để điều chỉnh.
sao mik test all các test trong free pascal đc all sao trong submit k đc
uses crt;
var k,j:longint;
function snt(x:longint):boolean;
var i:longint;
AD cho em hỏi lúc nào trang bảo trì xong vậy a
Web vẫn đang hoạt động bình thường bạn nhé.