这个家伙很勤奋,什么都写了
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《【11.19 更新】CSP 2025 奖项认证分数线参考数据》回复:
[请录入奖项](https://www.noi.cn/hjmd/mdgs/2025/2025-11-14/853130.shtml)
```cpp #include using namespace std; struct node{ int x,y,step; }; node mk(int a,int b,int c) { node d; d.x=a; d.y=b; d.step=c; return d; } char a[333][333]; bo…
在讨论《警示后人》回复:
膜拜大佬
在讨论《求 HN 分数线》回复:
hn是海还是河
在讨论《谁有这道题的优解?ANS写炸了》回复:
@[guzixi](luogu://user/1124559)
在讨论《谁有这道题的优解?ANS写炸了》回复:
https://www.luogu.com/article/km7d6hte 他说:“You are unable to access luogu.com”
rt ```cpp #include using namespace std; int main() { int n,m; cin>>n>>m; vector vc; int a[n]; for(int i=0;i >a[i]; vc.push_back(i); } if(n<=m) { int mx=0; for(i…
```cpp #include using namespace std; int a[100][3]; int n; bool c(int i,int x,int y,int z) { int X=a[i][0],Y=a[i][1],Z=a[i][2]; if(x==X&&y==Y&&z==Z) return 1; i…
在讨论《当你WA 30pts:》回复:
没考省中一场空
```cpp #include using namespace std; char s[1111][1111]; int n,sta; int sum(int x) { int y=0; stack st; int d=0; for(int i=sta;i %d) {",&z)==1) { st.push(0); if…
在讨论《救命啊,0分dp救救啊!》回复:
@[lizeyuhello](luogu://user/730504)@[czxuyang](luogu://user/1009627)淦,脑子短路了啊!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
```cpp #include using namespace std; int dp[333][333]; int main() { int n; cin>>n; int a[n],s[n+1]; s[0]=0; for(int i=0;i >a[i]; if(i==0) s[i+1]=a[i]; else s[i+…
在讨论《朴素爆搜A一点TLE五点玄关求调》回复:
我要会我早A了
在讨论《朴素爆搜A一点TLE五点玄关求调》回复:
@[dongzirui0817](luogu://user/905593) 对啊,但我是蒟蒻,我不会啊
在讨论《朴素爆搜A一点TLE五点玄关求调》回复:
@[litangzheng](luogu://user/1412732) you ask me,I ask who
在讨论《朴素爆搜A一点TLE五点玄关求调》回复:
斯。。。蒟蒻不会记忆化啊
```cpp #include using namespace std; struct node{ int vi,wi; } p; vector a[100010]; int sum[100010]; int n,m,s; void dfs(int step) { for(int i=0;i sum[step]+a[s…
在讨论《有人知道本题有没有其他网站可评测》回复:
@[沉石鱼惊旋](luogu://user/516346) czoj上能做吗
在讨论《洛谷讨论区恢复公告》回复:
蓝名怎么办?
[题目传送门](https://www.luogu.com.cn/problem/B3761) 思路如下: 首先观察,发现 U1, D1, R1 都没用,直接过; 其次,令 A 编码为 $0$,B为 $1$,在代码中用 c[0] 来代表 A, c[1] 代表 B,则不难得出 **make** 函数: --- (例子:…
在文章《题解: 原根判断》发表评论:
wc,六年级蒟蒻,我去杀猪场买点肉哈
在讨论《70,求条》回复:
@[huangzhaoming](/user/1390868) 厉害,内层的j,k循环可以这么写: ```cpp for(int j=2;j<=n/2;j++) { int k=i-j; ...... } ``` 还有,YoN说实话有点没必要 最后,判素谁让你这么写的? ```cpp bool prime(int n)…
在讨论《P1433嘴痒聊天》回复:
本~~鬼~~人是~~大佬~~蒟蒻。。。。。。
```cpp #include using namespace std; const int MAXN=1e7+7; struct node{ int tot,w[5],v[5]; }a[200]; int dp[MAXN]; int main() { int n,m; cin>>m>>n; for(int i=1;i…
在讨论《【更新作弊名单】「SFMOI」Round I 赛后总结帖 & 致歉帖》回复:
zici
在讨论《2024 年 ICPC 陕西省赛(重现赛)赛时答疑帖》回复:
大佬好,请问咕值怎么计算啊?