62,625
社区成员
发帖
与我相关
我的任务
分享public class hello
{
public static void main(String args[]){
int x = 999 ;
int y = 10 ;
double a = x / (double)y ;
int b = 2 * x * 10 ;
double c = a / (double)b ;
double d = (double)b > c ? b : c ;
if ((c > 1) && (c < 1))
{
System.out.println("王者荣耀:" + "\n\n你超神了" + "," + "结果如你所料:" + "\"" + (c + d) + "\"" + "。");
}
else{
System.out.println("你是个傻蛋") ;
}
}
}
很明显你还是更喜欢王者农药




