题解列表

筛选

汉诺塔 (C语言代码)

摘要:解题思路:    用递归就好,话说一定注意空格参考代码:#include<bits/stdc++.h> #define hh ios::sync_with_stdio(false),cin.tie(……

杨辉三角 (C++代码)

摘要:解题思路:水啊(注意换行)参考代码:#include<bits/stdc++.h> #define hh ios::sync_with_stdio(false),cin.tie(0),cout.ti……

小O的字符 (Java代码)

摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Demo1791 {public static void main(String[] args……