Submit solution
Points:
15 (partial)
Time limit:
1.0s
Memory limit:
16M
Author:
Problem type
Allowed languages
ALGOL 68, Assembly, Brain****, C, C++, COBOL, Forth, Fortran, Lua, Text, Turing
Given
The first line of input will be the integer
For each of the PRIME
if the corresponding integer is prime, or NOT
if it is
not prime.
Sample Input
Copy
5
1
2
6
11
1000000000000000000
Sample Output
Copy
NOT
PRIME
NOT
PRIME
NOT
Comments