新生的入队仪式(C语言) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[100000]; int i,j,n,m…… 题解列表 2025年04月15日 0 点赞 0 评论 26 浏览 评分:0.0
为什么这个可以全过啊? 摘要:解题思路:注意事项:参考代码:import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamRe…… 题解列表 2025年04月15日 0 点赞 0 评论 57 浏览 评分:0.0
1737: 二叉搜索树 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;structNode{&nb…… 题解列表 2025年04月15日 0 点赞 0 评论 38 浏览 评分:0.0
用链表排序,数组输出 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <math.h>typedef struc…… 题解列表 2025年04月15日 0 点赞 0 评论 39 浏览 评分:0.0
c++--study||O.o 摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;usingll=long…… 题解列表 2025年04月16日 0 点赞 0 评论 53 浏览 评分:10.0
c++--study||O.o 摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;usingll=long…… 题解列表 2025年04月16日 1 点赞 0 评论 37 浏览 评分:10.0
python--study||O.o 摘要:参考代码:a,b,m=map(int,input().split())print(pow(a,b,m))…… 题解列表 2025年04月16日 1 点赞 0 评论 41 浏览 评分:10.0
c++--study||O.o 深搜DFS(两种写法) 摘要:参考代码:利用设置外部变量#include<bits/stdc++.h>usingnamespacestd;intmain(){…… 题解列表 2025年04月16日 1 点赞 0 评论 39 浏览 评分:10.0
c++--study||O.o 全排列枚举 摘要:解题思路:数据量最多只有10,考虑复杂度为阶乘的全排列模拟参考代码:#include<bits/stdc++.h>usingnamespacestd;&nb…… 题解列表 2025年04月16日 1 点赞 0 评论 45 浏览 评分:10.0
函数 宏定义 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;float ZD(int a,int b,int c){ if(b>…… 题解列表 2025年04月16日 0 点赞 0 评论 30 浏览 评分:0.0