博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
四则运算一
阅读量:5980 次
发布时间:2019-06-20

本文共 1207 字,大约阅读时间需要 4 分钟。

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

验证截图:

转载于:https://www.cnblogs.com/messi2017/p/8299476.html

你可能感兴趣的文章