神奇的fans-题解(C语言代码)满分代码!! 摘要:#includeintmain(){intn,m;intx[2000];scanf("%d",&n);inti,j,k,t;for(j=0;j…… 题解列表 2019年12月04日 0 点赞 0 评论 717 浏览 评分:9.3
神奇的fans-题解(C语言代码) 摘要:1、需要知道等差数列的判断条件:a[n+1]=a[n]+a[n+2];2、输入的数字要排好序后才能判断该数列是否为等差数列,所以首先要排序3、虽然等差数列的判断不止我说的那一种,但要对```c#inc…… 题解列表 2019年11月15日 0 点赞 0 评论 489 浏览 评分:9.9
神奇的fans-题解(C++代码) 摘要:```cpp#includeusingnamespacestd;intmain(){intn,m,i=0,a[999]={0};cin>>n;for(intk=1;k>m;for(i…… 题解列表 2019年10月07日 0 点赞 1 评论 341 浏览 评分:9.9
神奇的fans-题解(C语言代码) 摘要:```c#include#defineN10001voidfun(inta[]){inti,j,n=0;inta1,a2,m[100];for(i=1;i…… 题解列表 2019年08月05日 0 点赞 0 评论 489 浏览 评分:0.0
神奇的fans (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<math.h>#include<stdl…… 题解列表 2019年04月15日 0 点赞 0 评论 321 浏览 评分:0.0
神奇的fans (C++代码) 摘要:解题思路: 1.输入数据; 2.若数据只有1…… 题解列表 2019年02月18日 1 点赞 0 评论 1277 浏览 评分:8.4
神奇的fans (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ intT,n,a[100],temp,i,j…… 题解列表 2019年02月10日 0 点赞 0 评论 463 浏览 评分:0.0
神奇的fans (C++代码) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(…… 题解列表 2018年12月09日 1 点赞 0 评论 441 浏览 评分:0.0
神奇的fans 适合新手学习!!!!简单易懂 摘要:解题思路:得知道冒泡排序法,这是很基础的东西了其他都不怎么难注意事项:没什么要注意的,主要是冒泡排序法要小心数组越界 嗯。。。。。几乎所有初学者都会犯上面这个错后面那个打印写的也有些…… 题解列表 2018年11月03日 0 点赞 0 评论 546 浏览 评分:0.0
神奇的fans (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Arrays;import java.util.Scanner;public cl…… 题解列表 2018年09月07日 0 点赞 0 评论 525 浏览 评分:0.0