首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

fantasyemperor你的也有错解决办法

2012-03-22 
fantasyemperor你的也有错fantasyemperor你的也有错#include stdio.hvoidmain(){intx,edoublea,sum,rat

fantasyemperor你的也有错
fantasyemperor你的也有错
#include <stdio.h>
void   main()
{
int   x,e;
double   a,sum,rate;
e=x/5;
switch(e){
case   0:
rate=0;
break;
case   1:
rate=0.01;    
break;
case   2:
case   3:
rate=0.02;
break;
case   4:
case   5:
rate=0.04;
break;
default:
rate=0.06;
}
sum=a*x(1-rate);
}
function不对,你运行看看,我不懂啦

[解决办法]
原来是后续。。。 帮顶~

热点排行