发表评论取消回复
相关阅读
相关 P2048 [NOI2010]超级钢琴
题目描述 小Z是一个小有名气的钢琴家,最近C博士送给了小Z一架超级钢琴,小Z希望能够用这架钢琴创作出世界上最美妙的音乐。 这架超级钢琴可以弹奏出n个音符,编号为1至n。
相关 P2047 [NOI2007]社交网络
[题目链接][Link 1] 这道题是一道图论题,非常显然,题中的目的非常明显,就是统计最短路并求和。n<=100,一看到这个数据范围,就可以想到n^3的Floyd,但是考虑
相关 Luogu P2024 [NOI2001]食物链
include<cstdio> include<cstring> using namespace std; int n,k,fa[10
相关 P1801-黑匣子_NOI导刊2010提高(06)
1 include <bits/stdc++.h> 2 define _for(i,a,b) for(int i = (a);i < b;i ++)
相关 P1880-[NOI1995]石子合并
1 include <bits/stdc++.h> 2 define _for(i,a,b) for(int i = (a);i < b;i ++)
相关 P2024- [NOI2001]食物链
1 include <bits/stdc++.h> 2 define _for(i,a,b) for(int i = (a);i < b;i ++)
相关 P2024 [NOI2001]食物链
P2024 \[NOI2001\]食物链 ![博客图片][format_png] 题目链接 [P2024 \[NOI2001\]食物链][P2024 _NOI20
相关 P4826 超级牛
题面:[https://www.luogu.org/problemnew/show/P4826][https_www.luogu.org_problemnew_show_P48
相关 P1196 [NOI2002]银河英雄传说
并查集的变式题 (⊙o⊙)…。好像我并不大会表达 还是直接代码吧 include<cstdio> include<iostream> include<algori
相关 P2375 [NOI2014]动物园(kmp)
考虑num数组与next数组的区别。 1. 如何统计数目。根据border那一套理论,s的所有border长度为 f a i l \[ n \] , f a i l \[
还没有评论,来说两句吧...