题解列表
矩形的福利 (C语言代码)
摘要:解题思路: 按照要求一行行输出注意事项: 注意格式要求参考代码:#include<stdio.h>
int main()
{
int n,m;
……
Ti6奖金池 (C语言代码)
摘要:解题思路: 大数除法注意事项: 票价是10,所输入的数字还要乘以10再进行运算参考代码:#include<stdio.h>
#include<string.h>
#define……
战士的神盾 (C语言代码)
摘要:解题思路: 按照要求依次输出注意事项: 注意格式参考代码:#include<stdio.h>
int main()
{
int i,j,k,n,arr[100];
……
C语言程序设计教程(第三版)课后习题11.8 (C语言代码)
摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>typedef struct student{ int id; int score; struct ……
数学的图表 (C语言代码)
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;//判断部分:int fx(int a){ int i,sum=0; ……
C语言程序设计教程(第三版)课后习题6.1 (C语言代码)
摘要:解题思路:分析最小公倍数和最大公约数的求法。注意事项:参考代码:#include<stdio.h>int main(){ int m,n,a,d,beishu,yueshu,i; scanf("%d%……
数列问题 (C语言代码)
摘要:解题思路:注意事项:输出第n项,由于i从0开始算,所以输出的第n项为a[i-1].参考代码:#include<stdio.h>int main(){ int a[36]; int i,n; scanf……
求助!有什么问题没考虑到吗? (c语言,大部分注释都写啦)
摘要:解题思路:注意事项:思路我觉得没问题,希望同学们可以帮我看看哪里有问题,提交不过是因为什么?参考代码:#include<stdio.h>#include<string.h>typedef struct……