题解列表

筛选

不懂可评论

摘要:解题思路:注意事项:参考代码:year=int(input())if((year%4==0)and(year%100!=0)or(year%400==0)):  &……

不懂可评论

摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main{ &……

不懂可评论

摘要:解题思路:注意事项:参考代码:a,b,c=map(int,input().split())deter=b*b-4*a*cx1=(-b+deter**0.5)/2*ax2=(-b-deter**0.5)……

不懂可评论

摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main{ &……

数的计数(Noip2001) 记忆化

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using namespace std;// 定义……

LETTERS 搜搜搜搜搜搜

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using namespace std;// 定义……

普普通通的解题方法

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

注意题目要求

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){  inta,b;  scanf……

虽然长但可放心食用

摘要:解题思路:1. 定义了一个函数 zhixing ,用于执行快速排序中的一次划分操作,返回划分的基准位置。2. 定义了函数&amp……