这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` WWWWWWWWWWWE ``` 上面这个样例输出 : ``` 11:0 0:0 11:0 ``` 以及 ``` E ``` 输出 : ``` 0:0 0:0 ```
在文章《追忆》发表评论:
"追忆"
在讨论《64求条》回复:
@[cdxx2216](luogu://user/1725890) ```c++ #include #define ll long long using namespace std; long long n,k[205],a,b,vis[205]; void dfs(ll now,ll step){ if (vis[n…
在讨论《64求条》回复:
@[Juan2012](luogu://user/1008614) \ 可是我dfs过了 [记录](https://www.luogu.com.cn/record/239249250)
在讨论《58pts 求条》回复:
@[__ZFR__](luogu://user/1427270) \ [AC记录](https://www.luogu.com.cn/record/239249250) \ AC了谢谢大佬(已关)
在文章《追忆》发表评论:
qp
在文章《追忆》发表评论:
我走进来时的地铁口,盘算着接下来要去吃一顿萨莉亚。
在讨论《70pts求条》回复:
@[Littlecowr](luogu://user/1307445) 666 害我白高兴了
代码如下 ```c++ #include using namespace std; unordered_map s; long long c[205]; long long ans = 0; long long n,sx,ex; bool f = 0; void dfs(long long x) { if (s[x])…
代码如下 ```c++ #include using namespace std; map c; int main() { ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); int n,k; cin >> n >> k; for (int i=1;i > x >> y; c…
在讨论《WA》回复:
@[jyx130320](luogu://user/1457323) 你加换行试一下
在讨论《「SFMOI」Round II 赛后总结帖》回复:
qp
在文章《退役杂谈》发表评论:
默哀 祝好!
在文章《对出题工作的思考》发表评论:
IAMOI 蒸蒸日上!
在讨论《LGR-243 作弊名单(棕156,封28)》回复:
qp
在讨论《关于洛谷公开比赛作弊申诉的若干规定》回复:
qpqp
在讨论《40 pts 玄关求条》回复:
不知道怎么优化
[提交记录](https://www.luogu.com.cn/record/236650294) \ 代码如下 : ```cpp #include using namespace std; int a[100010],c[100010]; int ans = -2147483648,n,m; void dfs(int…
在讨论《60分 大佬求条》回复:
**本帖结**
在讨论《90求助!!》回复:
@[wsyldg1118](luogu://user/1818446) \ 在`cout<<"Impossible"`后面加$return 0$ \ [AC记录](https://www.luogu.com.cn/record/234025322)
在讨论《10pts》回复:
@[sqrt_PI](luogu://user/1250875) \ 把`v-dp[i]`改成`v-i`就可以了 \ [AC记录](https://www.luogu.com.cn/record/234024736)
在讨论《20pts求条》回复:
**本帖结**
在讨论《20pts求条》回复:
@[rabbit_mygo](luogu://user/1678847)@[Clouds_dream](luogu://user/1179184) \ [AC记录](https://www.luogu.com.cn/record/233019595) \ 谢谢两位大佬(已关)
[五彩斑斓的记录](https://www.luogu.com.cn/record/233015684) ```cpp #include using namespace std; int t2[10005],value[10005]; int dp[10000010]; int main() { int t,n; ci…
**代码如下** ```cpp #include using namespace std; set c; int a[1000010]; int main() { int n; cin >> n; for (int i=1;i > a[i]; for (int i=1;i<=n;++i) { for (int j=1;…
在讨论《60分 大佬求条》回复:
本帖结
在讨论《60分 大佬求条》回复:
@[felixzou](luogu://user/1286101) @[xiao7141](luogu://user/1028776) 谢谢
在讨论《60分 大佬求条》回复:
@[xiao7141](luogu://user/1028776) 确实不能贴,我就是想大佬在我的代码上加记忆化搜索
在讨论《60分 大佬求条》回复:
@[xiao7141](luogu://user/1028776)