BlueBook
Given an integer
Input Specification
A single integer
Output Specification
1
if 0
if it is not a prime.
Sample Input
Copy
9
Sample Output
Copy
0
1
1
0
1
0
1
0
0
Given an integer
A single integer
1
if 0
if it is not a prime.
9
0
1
1
0
1
0
1
0
0
Comments
it is simple cause 'A single integer

.'