搜索
查看: 565|回复: 9
打印 上一主题 下一主题

(萌新)急救啊,很简单的我不知道哪里出错了

[复制链接]
楼主
发表于 2018-11-15 22:26:46 | 显示全部楼层
#include <stdio.h> #include <stdlib.h> int main() {         float a,b,c,d,e;     a=1.2;     b=2.3;     c=3.4;     d=4.5;     e=a+b+c+d;     printf("%f",e);         system("pause");         return 0; }
沙发
发表于 2018-11-15 22:27:13 | 显示全部楼层
#include <stdio.h>
#include <stdlib.h>
int main()
{
        float a,b,c,d,e;
    a=1.2;
    b=2.3;
    c=3.4;
    d=4.5;
    e=a+b+c+d;
    printf("%f",e);
        system("pause");
        return 0;
}:@:@:@:@:@:@:@:@:@:@:@:@:@:@:@
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

广播台
特别关注
快速回复 返回顶部 返回列表