为了账号安全,请及时绑定邮箱和手机立即绑定

求的是用六种价格组合成一种购买方案,不超过10000且可以价格重复,哪里错了,断点调试总是跳出一些类来?

求的是用六种价格组合成一种购买方案,不超过10000且可以价格重复,哪里错了,断点调试总是跳出一些类来?

错过了年华 2017-05-11 22:13:06
                int sum = 10000; int[] price = {690,1500,2100,1740,2140,2080}; int a=0,b=0,c=0,d=0,e=0,f=0; int time=0; for(int i=0;i<price.length;i++) {  a=price[i]; for(int j=0;j<price.length;j++) {  b=price[j]; for(int k=0;k<price.length;k++) {  c=price[k]; for(int l=0;l<price.length;l++) {  d=price[l]; for(int m=0;m<price.length;m++) {  e=price[m]; for(int n=0;n<price.length;n++) {  f=price[n]; sum = a+b+c+d+e+f; if(sum<=10000) { time++; System.out.println(a+"+"+b+"+"+c+"+"+d+"+"+e+"+"+f+"总花费:"+sum+"购买方式:"+time+"种"); sum=0; } } } } } } }
查看完整描述

2 回答

?
错过了年华

TA贡献56条经验 获得超22个赞

//img1.sycdn.imooc.com//5918774b0001a2f105350293.jpg

这是什么错误?

查看完整回答
反对 回复 2017-05-14
  • 精慕门9254224
    精慕门9254224
    你这是用eclipse打了断点,然后debug运行时,eclipse问你是否切换视图,不是错误!你点个no就可以了
?
精慕门9254224

TA贡献167条经验 获得超46个赞

运行时,控制台报的什么错?
查看完整回答
反对 回复 2017-05-12
  • 错过了年华
    错过了年华
    没报错,不过结果不是我设计的,然后断点调试就是弹出一个类
  • 2 回答
  • 0 关注
  • 1420 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信