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

为啥单个可以,管道就不行了

为啥单个可以,管道就不行了

C
板牙兔兔 2017-03-20 17:24:11
#include<stdio.h>int main(){   int s,count;   scanf("%d %d",&s,&count);   float avg;   avg = s / count;   printf("The average value is %.3f\n",avg);   return 0;}#include<stdio.h>int main(){    printf("Input some int value (end by 0):\n");    int i,s=0,count=0;    int flag=1;    while(flag){        scanf("%d",&i);        if(i == 0) break;        s+=i;        count++;    }    printf("%d %d\n",s,count);    return 0;}
查看完整描述

1 回答

?
田心枫

TA贡献1064条经验 获得超383个赞

什么管道?

查看完整回答
反对 回复 2017-03-20
  • 1 回答
  • 0 关注
  • 918 浏览

添加回答

举报

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