C语言程序设计教程(第三版)课后习题9.10 (C++代码) 摘要:解题思路:看代码应该可以看懂的,判断是否是最后一个字母,是的话减25。注意事项: 格式化输出 %c参考代码:#include <iostream>#include <stdio.h>using nam…… 题解列表 2018年08月11日 0 点赞 0 评论 783 浏览 评分:0.0
strlen()不存在(C++代码) 摘要:解题思路:注意事项:strlen()这个函数虽然在string里也有,我用vs运行也没错,但是在这个网站编译器中需要包含的头文件是<cstring>参考代码:#include<iostream>#in…… 题解列表 2018年03月13日 0 点赞 0 评论 1508 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题9.10 (C++代码) 摘要:解题思路:注意事项:参考代码:#include <cstdio>#include <algorithm>#include <cstring>using namespace std;int main()…… 题解列表 2018年02月26日 0 点赞 0 评论 747 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题9.10 (C++代码) 摘要:解题思路:注意事项:参考代码:#include <iostream>#include <cmath>#include <cstring>#include <iomanip>using namespac…… 题解列表 2018年01月18日 0 点赞 0 评论 977 浏览 评分:0.0
循环数组就好啦 摘要:解题思路:循环数组的思想就行拉注意事项:参考代码:#include<cstdio>#include <cstring>#include <ctype.h> using namespace std;in…… 题解列表 2017年12月04日 1 点赞 0 评论 865 浏览 评分:0.0