import java.util.Scanner;
class A //计算2个正整数的最大公约数
{
int max=0;
public int big(int x,int y)
int temp=0;
if(x