C语言程序设计教程(第三版)课后习题6.2 (C语言代码) 摘要:解题思路:1.使用gets()函數讀取句子(含空白不能使用scanf() );2.使用for偱環,遍历每一個字符;3.利用<ctype.h>標頭檔裡的函數去做檢查每一個字符是否符合條件,if true…… 题解列表 2018年02月22日 1 点赞 0 评论 1111 浏览 评分:0.0
蓝桥杯基础练习VIP-回形取数 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a[200][200]; int m,n,i,j,s; whi…… 题解列表 2018年02月23日 1 点赞 0 评论 956 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题9.3 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include "math.h"#define S (a+b+c)/2#define area(S) (sqrt(S*(S-a)*(S-b)*(S-c)))int …… 题解列表 2018年02月23日 0 点赞 0 评论 656 浏览 评分:0.0
A+B for Input-Output Practice (VI) (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class ab { public static void main(String[] args)…… 题解列表 2018年02月23日 3 点赞 0 评论 734 浏览 评分:0.0
大神的探险 之 满载而归 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,c; int i,j,k,t; while(scanf("%d%d%d",&a,&b,&c)!=…… 题解列表 2018年02月23日 0 点赞 0 评论 625 浏览 评分:0.0
战士的神盾 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int t,n; int i,j,k,l; int kong,xing; scanf("%d",&t); whi…… 题解列表 2018年02月23日 0 点赞 0 评论 972 浏览 评分:0.0
我要送人头! (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,j,k,l; int n; while(scanf("%d",&n)!=EOF) { k=n; …… 题解列表 2018年02月23日 0 点赞 0 评论 1095 浏览 评分:0.0
P1024 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<string> using namespace std; const int maxn …… 题解列表 2018年02月23日 1 点赞 0 评论 974 浏览 评分:0.0
矩形的福利 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int g,c; int kong; int i,j,k,l; while(scanf("%d%d",&g,&c…… 题解列表 2018年02月23日 0 点赞 0 评论 919 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题8.1 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>void ios(int m,int n){ int t,h,a; if(m>n) { t=m; m=n; n=t; } h=m…… 题解列表 2018年02月23日 0 点赞 0 评论 779 浏览 评分:0.0