勇气和毅力
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include #include #include using namespace std; const int N=2000005; struct Edge{ long long _to,_next,_dis; }e[N]; long long tot,head[N],cnt[N],…
```cpp #include #include #include #include using namespace std; const int N=2000005; struct Edge{ long long _to,_next,_dis; }e[N]; long long tot,head[N],cnt[N],…
```cpp #include #include #include #include #include using namespace std; const int N=75; char s[N]; int f[N][N]; int main(){ //freopen("a.in","r",stdin); //freo…
在讨论《55代码求就》回复:
@[prestige](/user/95783) 为什么会加重复
在讨论《55代码求就》回复:
标题打错字了,是“救” ~~(语文菜鸡实锤了)~~
```cpp #include #include #include #include #define ll long long using namespace std; const int N=5505; ll f[N][N],a[N]; int q[N]; int main(){ //freopen("5858.in…
在讨论《CYaRon:测试数据生成利器》回复:
后排考咕
在讨论《理想vs现实》回复:
%%%
在文章《数字组成的奥妙——数位dp》发表评论:
tql!写得太好了!orz
在讨论《萌新80分求助QAQ》回复:
@[futongxue](/space/show?uid=116658) 解决了,根节点和非根节点要分开来算
```cpp #include #include #include #include #include #include using namespace std; const int N=20005,M=100005; struct Edge{ int _to,_next; }e[M*2]; int head[N],d…
在讨论《犇犇茶馆的故事》回复:
# **后排资瓷**
在讨论《犇犇茶馆的故事》回复:
2
在讨论《各位大佬帅哥美女帮个忙 90分 too short》回复:
@[孤独的网络流](/space/show?uid=43606) 是不是刘睿涵
在讨论《各位大佬帅哥美女帮个忙 90分 too short》回复:
@[孤独的网络流](/space/show?uid=43606) l-i-1是判断是否回文
在讨论《各位大佬帅哥美女帮个忙 90分 too short》回复:
@[孤独的网络流](/space/show?uid=43606) n%2==1可以判断
```cpp #include #include #include #include using namespace std; char s[100005]; int is_mirror(int a){ for(int i=0;i<=a;i++) if(s[i]!=s[a*2-i-1])return 0; return…
在讨论《第十个点有错???!》回复:
各位大佬帮个忙
在讨论《第十个点有错???!》回复:
```cpp #include #include #include #include using namespace std; long long ans[100005]; int pw(int a,int b){ long long k=1; for(int i=1;i<=b;i++)k*=a; return k;…
```cpp #include #include #include #include using namespace std; #define ll long long const int maxn=2000+10; ll ans[maxn]; int k,n; long long pw(int a,int b){ i…
在讨论《Pascal 70分 求解》回复:
这么简单还有人问???