构建最后结果总是显示什么都没做
codeblocks吧
全部回复
仅看楼主
level 4
这个到底是怎么回事啊!
2015年12月29日 07点12分 1
level 4
在线等,非常急。
2015年12月29日 07点12分 2
level 1
#include<stdio.h>
int main(void)
{
float ctemp,htemp;
printf("請輸入華氏溫度 :");
scanf("%.2f",&htemp);
ctemp=(htemp-32)*5.0/9;
printf("華氏 %.2f 度等於攝氏 %.2f 度",htemp,ctemp);
return 0;
}
2015年12月29日 14点12分 3
level 8
没有选中这个源文件
   --来世,信则有,不信则无,岁月悠悠,世间终会出现两朵相同的花,千百年的回眸,一花凋零,一花绽。
2016年01月04日 06点01分 4
level 9
编译器没配置好
2016年01月13日 14点01分 9
1