点开我,有惊喜哦!(两种思路)(第三版)课后习题6.7 (C语言代码) 摘要:解题思路:首先是要能够写出循环,我写了好多,都是错误的幸好今天终于写正确了;虽然错了很多,但是感觉很开心我写出来的一种代码,答案是错误的,就是下面的第二种就是错误的;也许是运算的数字太大,不能够运行;…… 题解列表 2018年02月13日 1 点赞 0 评论 941 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题6.7 (C++语言代码) 摘要:参考代码:#include <iostream>using namespace std;int main(){int…… 题解列表 2018年02月06日 0 点赞 0 评论 1287 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题6.7 (C++代码) 摘要:解题思路:注意事项:因数不会超过这个数的1/2,想到这点可以优化运行时间。参考代码:#include<iostream>usingnamespacestd;intmain(){&n…… 题解列表 2018年02月01日 0 点赞 0 评论 521 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题6.7 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ intn;&nb…… 题解列表 2018年01月23日 0 点赞 0 评论 484 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题6.7 (C++代码) 摘要:解题思路:注意事项:花的时间有点长参考代码:#include<iostream>using namespace std;int mai…… 题解列表 2018年01月09日 10 点赞 3 评论 821 浏览 评分:8.0
C语言程序设计教程(第三版)课后习题6.7 (C语言代码) 摘要:解题思路:注意事项:注意每轮循环重新对sum和count赋值参考代码:intn; scanf("%d",&n); &…… 题解列表 2018年01月05日 1 点赞 0 评论 538 浏览 评分:0.0
琪露诺的编程教室(C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath>usingnamespacestd;intmain(){in…… 题解列表 2017年12月28日 0 点赞 0 评论 641 浏览 评分:0.0
WU-C语言程序设计教程(第三版)课后习题6.7 (C语言代码) 摘要:#include<stdio.h>void factors(int n,int a[]){int i,*p;p=a;…… 题解列表 2017年12月23日 4 点赞 0 评论 1025 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题6.7 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){intN;scanf("%d",&N);inti,j,sum,n;inta[…… 题解列表 2017年12月17日 0 点赞 0 评论 483 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题6.7 (Java代码) 摘要:解题思路:注意事项:参考代码:importjava.util.Scanner;publicclassMain{publicstaticvoidmain(String[]args){Scannersc=…… 题解列表 2017年12月13日 8 点赞 0 评论 1094 浏览 评分:0.0