1307: 判断三个数中的质数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:28 Solved:10

Description

输入3个整数,每输入一个整数就判断一次是否是质数,若是质数则将该数输出

Input

三个整数

Output

3个数里面的质数

Sample Input Copy

11 7 9

Sample Output Copy

11
7