题解列表

筛选

走方格 (Java代码)

摘要:import java.util.Scanner; public class Main {     public static void main(String[] args) {   ……

answer question

摘要:解题思路:anwer the whole question is answer like usual persnaly my own opinion is to caoculate the selut……

辗转相处法(函数的调用)

摘要:```c //这和前面章节求最大公倍数,最小公约数思想一样,现在只是用函数来实现 //同理我们只要构造一个函数把辗转相除法的算法加到里面就可以了 #include int yue(int i,……