1164: 数组的距离 摘要:```c++#includeintmain(){int*p=nullptr;int*q=nullptr;intm,n;cin>>n>>m;p=newint[n];q=newin…… 题解列表 2023年06月17日 0 点赞 0 评论 84 浏览 评分:0.0
只能说,牛啊,要更加努力学习了 摘要:``详见代码即可#include#includeintmain(){intf[1000];intg[1000];intn,m;scanf("%d%d",&n,&m)…… 题解列表 2023年05月20日 0 点赞 0 评论 69 浏览 评分:0.0
数组的距离 摘要:解题思路:调用了fabs()这个库函数去计算了绝对值(调用此库函数的头文件为<cmath>),不断用一个变量t去保存绝对值小的值注意事项:参考代码:#include<bits/std…… 题解列表 2023年05月01日 0 点赞 0 评论 65 浏览 评分:0.0
小白能看懂的 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cmath>using namespace std;in…… 题解列表 2023年01月17日 0 点赞 0 评论 63 浏览 评分:0.0
c语言的一种思路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<limits.h>#include<math.h>#include<stdl…… 题解列表 2022年11月19日 0 点赞 0 评论 57 浏览 评分:0.0
1164: 数组的距离 摘要:```cpp#include#includeusingnamespacestd;structnumber{intvalue,flag;};intmain(){intm,n;while(cin>&…… 题解列表 2022年11月13日 0 点赞 0 评论 223 浏览 评分:9.9
C语言通俗易懂 摘要:#include#include//循环暴力算法,一个一个比较就好intmain(){//初始化值(也可以用动态内存开辟数组)intf[1000],g[1000];intm,n;scanf("…… 题解列表 2022年11月05日 0 点赞 0 评论 348 浏览 评分:9.9
敲简单C语言代码!!! 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){ intc,d,i,j…… 题解列表 2022年11月05日 0 点赞 0 评论 136 浏览 评分:0.0
数组的距离(简单嘞C++) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;#include<algorithm&g…… 题解列表 2022年11月02日 0 点赞 0 评论 178 浏览 评分:9.9
1164: 数组的距离 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>int main(){…… 题解列表 2022年10月22日 0 点赞 0 评论 46 浏览 评分:0.0