C语言程序设计教程(第三版)课后习题5.7 (C语言代码) 摘要:#include<stdio.h>#include<stdlib.h>int main(){ int i, k, t, m, n = 0; int a[5]; scanf("%d", &i);//输入…… 题解列表 2017年06月11日 0 点赞 0 评论 1468 浏览 评分:9.9
优质题解 C语言程序设计教程(第三版)课后习题5.7 (C语言代码) 摘要:解题思路以及注意事项: 每一个程序员都有自己独特的写法,针对同一问题的解法也是仁者见仁,智者见智,这道题就深刻地阐释了这个真理。 好,下面大家看看小方的代码,小方会在代码之中给大家讲解小方的解题思…… 题解列表 2017年06月10日 26 点赞 65 评论 17874 浏览 评分:8.6
C语言程序设计教程(第三版)课后习题5.7 (C语言代码) 摘要:#include <stdio.h>#include <math.h>int main(){ int num,i,a; int count=0; //count 记录位数 …… 题解列表 2017年06月08日 1 点赞 0 评论 1048 浏览 评分:7.5
C语言程序设计教程(第三版)课后习题5.7 (C语言代码) 摘要:#include<stdio.h>int main(){ int sun,sum,i,j,k,n,m,c; scanf("%d",&sun); if(sun<10) { …… 题解列表 2017年06月07日 1 点赞 1 评论 791 浏览 评分:0.0