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

本文共 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

你可能感兴趣的文章
模拟 html radio 的单选效果
查看>>
SPOJ 8073 The area of the union of circles (圆并入门)
查看>>
关于互联网商业模式的一点思考
查看>>
实现待办事项网站回顾
查看>>
做产品也要造概念,讲故事,用优雅的措辞美化自己
查看>>
CPU多级缓存与缓存一致性
查看>>
【转载】#458 Errors While Converting Between enum and Underlying Type
查看>>
checked、disabled在原生、jquery、vue下不同写法
查看>>
android php mysql
查看>>
Java中的接口
查看>>
基于Docker容器的,Jenkins、GitLab构建持续集成CI 之一 Jenkins容器构建
查看>>
POJ-2559-Largest Rectangle in a Histogram(栈)
查看>>
ArcGIS中几种插值方法简述
查看>>
sql 表的连接与查找
查看>>
sqlalchemy python中的mysql数据库神器
查看>>
RSA加密
查看>>
android studio 中移除module和恢复module
查看>>
vue-cli搭建vue项目
查看>>
windows压缩卷的操作
查看>>
【LeetCode每天一题】Jump Game II(跳跃游戏II)
查看>>