回文数字 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intis_right(intm,intn){inta[6]={0};intt=0;w…… 题解列表 2017年08月01日 0 点赞 0 评论 937 浏览 评分:0.0
P1001 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>usingnamespacestd;constintM=10000;in…… 题解列表 2017年08月01日 0 点赞 0 评论 853 浏览 评分:6.0
分糖果 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intis_right(int*s,intn){intm=s[0];for(inti=…… 题解列表 2017年08月01日 0 点赞 0 评论 970 浏览 评分:9.9
C语言训练-求矩阵的两对角线上的元素之和 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<cstdio>intmain(){&nbsp;&nbsp;intn;&nbsp;&nbsp;scanf(&q…… 题解列表 2017年08月01日 0 点赞 0 评论 880 浏览 评分:9.3
C语言程序设计教程(第三版)课后习题9.3 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<cstdio>#include<cmath>#defineS(a,b,c)q=(a+b+c)/2.0;intmain(){&am…… 题解列表 2017年08月01日 0 点赞 0 评论 770 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题8.8 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<cstdio>#definecharge(a,b){intt=a;a=b;b=t;}//宏定义交换函数intmain(){&nbsp…… 题解列表 2017年07月31日 0 点赞 0 评论 645 浏览 评分:7.3
Lucky Word (C++代码) 摘要:解题思路:统计并判断(max-min)差是否为质数质素依旧打表注意事项:字母不存在的不算hhh参考代码:#include&nbsp;<stdio.h>int&nbsp;ma…… 题解列表 2017年07月30日 2 点赞 0 评论 1073 浏览 评分:6.3
拆分位数 (C++代码)用char简单粗暴,嗯 摘要:解题思路:用char简单粗暴,嗯注意事项:参考代码:#include&nbsp;<stdio.h>int&nbsp;main()&nbsp;{&nbsp;&…… 题解列表 2017年07月30日 4 点赞 4 评论 1130 浏览 评分:9.3
求圆的面积 (C++代码)这里推荐使用宏定义 摘要:解题思路:这里推荐使用宏定义#definePI3.14159注意事项:两位小数参考代码:#include&nbsp;<stdio.h>#define&nbsp;PI&…… 题解列表 2017年07月30日 1 点赞 0 评论 2081 浏览 评分:2.0
C语言程序设计教程(第三版)课后习题6.7 (C++代码)(经常这样写会不会被打死) 摘要:解题思路:完全数好像真的很少,,6,28,496,8128,33550336,,目测只会考前四个,,,剩下的估计正常算1s之内跑不完程序,,所以无脑直接输出啊hhhhhhh注意事项:出乎意料的,,竟然…… 题解列表 2017年07月30日 57 点赞 40 评论 2583 浏览 评分:6.4