题解列表

筛选

题解 1231: 菜鸟解法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int i,j,n,a[30][30];    while(scanf("%d",&n)==1){    ……

送分题。。。。。。。

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int a,b;    scanf("%d",&a);    for(b=1;b<a;b++)    { ……

比较简单的方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int n,a=0,b=0;    scanf("%d",&n);    a=2*n-40;    b=n……

最普通的解题方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int i,a,b;    scanf("%d %d",&a,&b);    if(a<b)    {  ……

虽然长但可放心食用

摘要:解题思路:1. 定义了一个函数  zhixing  ,用于执行快速排序中的一次划分操作,返回划分的基准位置。2. 定义了函数  kp  ,用于对数组进行快速排序。3. 在  main  函数中:首先生……

注意题目要求

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int a,b;    scanf("%d",&a);    while(a)    {        s……

普普通通的解题方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include <math.h>int gys(int a,int b){ if (a%b == 0) return b; else ……

LETTERS 搜搜搜搜搜搜

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义全局变量r和s,kkk初始化为-1 int r, s, kkk ……