CNDYWBGX
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int t,n,cha[100005]={}; struct newb{ int a[4]; int ch;//内阁最大编号 } p[100005]; int main(){//不存在部门多余一半人数的 ios::sync_with_stdio(…
在讨论《60分求调》回复:
过了,原来是<写成<=了
在讨论《60分求调》回复:
搞错网址了,[评测](https://www.luogu.com.cn/record/244120623)
[评测](https://www.luogu.com.cn/record/list?pid=P8874&user=804661) ```cpp #include using namespace std; long long m[2]={};//初始资金 int n,q,l,c[103][103]={{}},a[103]…
在讨论《为何longlong超时而int不会》回复:
谢谢
https://www.luogu.com.cn/record/240683585 longlong的 tle ```cpp #include using namespace std; long long n,k,ans=0; bool f(long long x){ if(((x%k)%n==0)&&(x%10==n…
在讨论《为什么额外数据点TLE了》回复:
谢谢
在讨论《为什么额外数据点TLE了》回复:
@[Short_person](luogu://user/1499478) 谢谢!已关注(但为什么前面100分的会额外点超时)
在讨论《为什么额外数据点TLE了》回复:
@[_buzhidao_](luogu://user/917775) 什么是hack @[Short_person](luogu://user/1499478) ```cpp #include using namespace std; int _abs(int n){ if(n >n; if(n==0){ cout 0…
(100分但额外点超时) https://www.luogu.com.cn/record/224379435 (70分但额外点正确) https://www.luogu.com.cn/record/224375385 100分的: ```cpp #include using namespace std; int mai…
在讨论《SX CSP 迷惑行为大赏》回复:
qp
在讨论《吸艾丝劈鸡真正的题目背景》回复:
https://www.luogu.com.cn/discuss/715842 这是锁
在讨论《综述 S 组》回复:
哈哈
有一天,小A去坐大巴车旅游,结果导游告诉他油费得要大家自己出,他一看:15万!比一瓶水还贵,气得他直接去拿小B的苹果吃了消气,小B正在解一元二次方程,见到小A竟然干出如此违背祖宗之事,他微微一笑,说:“你偷了这么多苹果,我得罚你去当护林员。”小A被迫当上护林员,然而护林员的工作实在是太无聊啦。小A只能边玩消消乐边工作。…
在讨论《CSP2023 打卡》回复:
hp(害怕)
在讨论《为什么思路对了,连样例都过不去?》回复:
srh(dfs)没问题,改了一下输入方式,a了,谢谢哦
在讨论《为什么思路对了,连样例都过不去?》回复:
@[zhuyitao123456](/user/532942) 读入确实有-48,谢谢
```cpp #include using namespace std; string s[105]={}; int n,m,ans=0; int a[105][105]; int dx[4]={0,0,1,-1},dy[4]={1,-1,0,0}; void srh(int x,int y){ a[x][y]=0;…