菜鸟记录11111111111 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[10],t; for(int i=0…… 题解列表 2025年05月08日 0 点赞 0 评论 983 浏览 评分:0.0
菜鸟记录11111111111 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a,b,c,t;&nb…… 题解列表 2025年05月08日 0 点赞 1 评论 714 浏览 评分:0.0
找出规律即可 摘要:N,i,j=map(int,input().split())forkinrange(1,N+1):#输出同行…… 题解列表 2025年05月08日 0 点赞 0 评论 476 浏览 评分:0.0
信息学奥赛一本通T1552-点的距离 树链剖分求LCA 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;#definell&nb…… 题解列表 2025年05月08日 0 点赞 0 评论 497 浏览 评分:0.0
糖果游戏——Java语言 摘要:import java.util.Scanner;public class Main { public static void main(String[] args) { …… 题解列表 2025年05月10日 0 点赞 0 评论 527 浏览 评分:0.0
背包问题变体 将单一传递性转为服务于条件的搭配组合 摘要:声明:代码收教于[Lyrith_with_xQ](https://www.luogu.com.cn/problem/solution/P12160 "Lyrith_with_xQ")1.先读题目…… 题解列表 2025年05月13日 0 点赞 0 评论 515 浏览 评分:0.0
3088,后序遍历 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>void build_postorder(char *pre, char…… 题解列表 2025年05月14日 0 点赞 0 评论 375 浏览 评分:0.0
3089:扩展二叉树 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>typedefstruct&nb…… 题解列表 2025年05月15日 0 点赞 0 评论 375 浏览 评分:0.0
.。。。。。 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>#include<vector>using namespac…… 题解列表 2025年05月15日 0 点赞 0 评论 563 浏览 评分:0.0
DFS集合set实现 摘要:解题思路: 用集合,记载路径中的字符。结合深度优先搜索实现。注意事项:参考代码://LETTERS 深搜与回溯#include <bits/s…… 题解列表 2025年05月16日 0 点赞 0 评论 429 浏览 评分:0.0