1 import java.lang.*; 2 import java.util.*; 3 public class Shi2 { 4 5 public static Boolean chachong1(Zhengshu x,Zhengshu y){ 6 if(x.a==y.a&&x.b==y.b&&x.c==y.c){ 7 return true; 8 } 9 else if(x.b==y.b&&(x.b==1||x.b==3)){ 10 if(x.a==y.c&&x.c==y.a) return true; 11 else return false; 12 } 13 else{ return false;} 14 } 15 public static Boolean chachong2(Fenshu x,Fenshu y){ 16 Fenshu xx=new Fenshu(); 17 Fenshu yy=new Fenshu(); 18 yy=yue(y); 19 xx=yue(x); 20 if(x.b==y.b){ 21 if(x.b==1||x.b==3){ 22 if(x.a==y.a&&x.c==y.c&&x.d==y.d&&x.e==y.e)return true; 23 else if(x.a==y.d&&x.c==y.e&&x.d==y.a&&x.e==y.c)return true; 24 else return false; 25 } 26 else { 27 if(x.a==y.a&&x.c==y.c&&x.d==y.d&&x.e==y.e)return true; 28 else return false; 29 } 30 } 31 else { return false;} 32 } 33 public static int zuidayin(int a,int b){ 34 int c,d=1; 35 if(a
验证截图: