Prime Check


Submit solution

Points: 100
Time limit: 2.0s
Memory limit: 256M

Author:
Problem types

Determine whether \(n\) is prime.

Input

One positive integer \(n\).

The input satisfies:

  • \(1 <= n <= 10000\)

Output

Print La so nguyen to if \(n\) is prime; otherwise print Khong la so nguyen to.

Example

Input
11
Output
La so nguyen to

Comments

There are no comments at the moment.