You are given two integers a and b. In one turn, you can do one of the following operations: Take an integer c (c>1 and aashould be divisible byc) and replace a with a/c; Take an integer c (c>1 and bshould be divisible byc) and replace b with b/c. Your goal is to make ...