c++--study||O.o 全排列枚举 摘要:解题思路:数据量最多只有10,考虑复杂度为阶乘的全排列模拟参考代码:#include<bits/stdc++.h>usingnamespacestd;&nb…… 题解列表 2025年04月16日 1 点赞 0 评论 371 浏览 评分:10.0
c++--study||O.o 深搜DFS(两种写法) 摘要:参考代码:利用设置外部变量#include<bits/stdc++.h>usingnamespacestd;intmain(){…… 题解列表 2025年04月16日 1 点赞 0 评论 437 浏览 评分:10.0
python--study||O.o 摘要:参考代码:a,b,m=map(int,input().split())print(pow(a,b,m))…… 题解列表 2025年04月16日 1 点赞 0 评论 299 浏览 评分:10.0
c++--study||O.o 摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;usingll=long…… 题解列表 2025年04月16日 1 点赞 0 评论 313 浏览 评分:10.0
c++--study||O.o 摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;usingll=long…… 题解列表 2025年04月16日 0 点赞 0 评论 381 浏览 评分:10.0
用链表排序,数组输出 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <math.h>typedef struc…… 题解列表 2025年04月15日 0 点赞 0 评论 434 浏览 评分:0.0
1737: 二叉搜索树 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;structNode{&nb…… 题解列表 2025年04月15日 0 点赞 0 评论 299 浏览 评分:0.0
为什么这个可以全过啊? 摘要:解题思路:注意事项:参考代码:import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamRe…… 题解列表 2025年04月15日 0 点赞 0 评论 438 浏览 评分:0.0
新生的入队仪式(C语言) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[100000]; int i,j,n,m…… 题解列表 2025年04月15日 0 点赞 0 评论 314 浏览 评分:0.0
题解 3320: 蓝桥杯2025年第十六届省赛真题-产值调整 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long a,b,c; …… 题解列表 2025年04月14日 3 点赞 0 评论 1293 浏览 评分:10.0