1164: 数组的距离 摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <math.h> int main() { int m = 0, n = 0, f[1001] =…… 题解列表 2022年10月22日 0 点赞 0 评论 238 浏览 评分:0.0
【数组的距离】-题解(C语言代码) 摘要:```c #pragma warning(disable:4996) #include #include #include #include int main(){ i…… 题解列表 2020年02月29日 0 点赞 0 评论 773 浏览 评分:0.0
合理运用数组,对min进行初始化 循坏得到最小值 摘要:#include<stdio.h> #include<string.h> #include<math.h> int main() { int m,n; int f[1000]; i…… 题解列表 2021年04月07日 0 点赞 0 评论 336 浏览 评分:0.0
数组距离qdqdqwd 摘要:解题思路:注意事项:参考代码:#include "stdio.h"#include "math.h"int main() { int a, b; scanf("%d%d", &a, &b); int …… 题解列表 2021年08月20日 0 点赞 0 评论 280 浏览 评分:0.0
数组的距离 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<math.h>int main() { int m,n,temp; s…… 题解列表 2022年03月12日 0 点赞 0 评论 719 浏览 评分:0.0
1164: 数组的距离 摘要:解题思路:没想到暴力破解直接过了,两个数组每个数都减一遍最后输出最小的注意事项:参考代码:#include<bits/stdc++.h> using namespace std; bool big…… 题解列表 2022年04月03日 0 点赞 0 评论 361 浏览 评分:0.0
数组的距离-题解(C语言代码) 摘要:解题思路:Just find the minimum between the two elements.注意事项:none参考代码:#include<stdio.h>int main(){ in…… 题解列表 2020年06月29日 0 点赞 0 评论 521 浏览 评分:0.0
敲简单C语言代码!!! 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main (){ int c,d,i,j; scanf ("%d %d",&c,&d…… 题解列表 2022年11月05日 0 点赞 0 评论 373 浏览 评分:0.0
c语言的一种思路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<limits.h>#include<math.h>#include<stdlib.h>int main(){ i…… 题解列表 2022年11月19日 0 点赞 0 评论 308 浏览 评分:0.0
只能说,牛啊,要更加努力学习了 摘要:``详见代码即可 #include #include int main() { int f[1000]; int g[100…… 题解列表 2023年05月20日 0 点赞 0 评论 344 浏览 评分:0.0