C语言程序设计教程(第三版)课后习题1.6 (C语言代码) 摘要:#include<stdio.h>int main(){ int a,b,c; printf("Input three numbers:"); scanf("%d %d %d", &…… 题解列表 2017年06月06日 132 点赞 13 评论 4390 浏览 评分:2.0