|
||||||||||
A math problemTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 362 Accepted Submission(s): 170 Problem Description Dandelion's poor at math , recently her friend asks her a math problem. Now she wants you to help her. The problem is : give you a number a+b*j £¬ j=¡Ì -2£¬If this number can only be divided by 1 and itself or -1 and the negative of itself . Please print Yes ,else print No. Input Each line contains two integer a and b (0<=a<=100000 , 0<b<=100000 ). Output Yes or No for each case. Sample Input
Sample Output
Author dandelion Source | ||||||||||
|