敲简单C语言代码!!!
摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main (){ int c,d,i,j; scanf ("%d %d",&c,&d……
1164: 数组的距离
摘要:解题思路:注意事项:参考代码:#include <stdio.h>
#include <math.h>
int main()
{
int m = 0, n = 0, f[1001] =……
1164: 数组的距离
摘要:解题思路:没想到暴力破解直接过了,两个数组每个数都减一遍最后输出最小的注意事项:参考代码:#include<bits/stdc++.h>
using namespace std;
bool big……
只能说,牛啊,要更加努力学习了
摘要:``详见代码即可
#include
#include
int main()
{
int f[1000];
int g[100……
1164: 数组的距离
摘要:```c++
#include
int main()
{
int *p = nullptr;
int *q = nullptr;
int m, n;
c……
数组距离qdqdqwd
摘要:解题思路:注意事项:参考代码:#include "stdio.h"#include "math.h"int main() { int a, b; scanf("%d%d", &a, &b); int ……
合理运用数组,对min进行初始化 循坏得到最小值
摘要:#include<stdio.h>
#include<string.h>
#include<math.h>
int main()
{
int m,n;
int f[1000];
i……