ʕ̯•͡˔•̯᷅ʔ银狼KISSʕ̯•͡˔•̯᷅ʔ燃尽了。。。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《99pts求条,必关》回复:
@[wayneoi](luogu://user/1008686) 大佬orz 能不能说具体一些,是哪里要开long long呢
在讨论《LGR-271 作弊名单》回复:
hp
我的方法: 堆优化的dijkstra(用优先队列实现) 先dijkstra求出最短路,然后枚举去掉哪条边,再跑n次dijkstra,记录结果得出最大的方案。 ```cpp #include #include #include #include #include #include #include #include #i…
在讨论《素数筛里说丰年,听取WA声一片》回复:
@[__wenziyi__](luogu://user/1655530)@[_droplet_](luogu://user/1011471) 感谢,已关
```cpp #include #include using namespace std; bool isprime (int x) { for (int i = 1;i > n; for (int i = 2;i <= n;i++) { if (isprime(i)) ans++; } cout << ans; re…
```cpp #include using namespace std; int a[100001], ans = 1, maxn = -1, n; int main () { cin >> n; for (int i = 1;i > a[i]; } sort (a + 1, a + n + 1); for (int…
在讨论《M***C*** 招募》回复:
@[wjydream](luogu://user/1005519) 应该会用QQ或私信通知吧
# 题解 B4372 [GXPC-S 2025] 异或之力 / xor ### 题目要求: 对于给定的$n$,我们考虑所有长度为$n$的$01$字符串(即数字$0$到$2^n-1$)。对于每个数字$C$(当$C>1$时),我们需要计算其异或之力,即所有分解$C=A+B$($A$,$B$为正整数)中,$A$异或$B$的最…
```cpp #include using namespace std; int main(){ int a[6],candy=0;//a[6]如题意,candy指吃掉的糖果个数 cin>>a[1]>>a[2]>>a[3]>>a[4]>>a[5]; { candy+=a[1]%3; a[1]/=3; a[2]+=a[1…
在讨论《端午假期比赛作弊名单(棕 93,封 10)》回复:
qp
60分求调 ```cpp #include //个人习惯 using namespace std; float s,x,v=7,l;//s,x如题意,v指速度,l指小鱼已游的路程 int main(){ scanf("%d%d",&s,&x); while(l<s-x){ l+=7; v*=0.98; } if(v*0…
在讨论《求助关于一个现象》回复:
Cu Ball
在讨论《五一期间比赛作弊名单》回复:
想问一下,是如何查出代码混淆器的
在讨论《RemoteJudge 服务中断情况公告》回复:
qp哀悼
```cpp #include using namespace std; int main(){ int a,b; cin>>a; for(b=0;b<=a;b++){ if(a%b==0){ cout<<b; } else{ continue; } } return 0; } ``` 给爆了个RE,求调
在讨论《求调》回复:
@[迟暮天复明](luogu://user/222865) 666
在讨论《又是UKE,老实了。。。》回复:
谢谢哈~
```cpp #include #include using namespace std; int main(){ string s; int zone; cin>>s; for(int i=0;i<=s.length();i++){ if(s[i]=='Z'||s[i+1]=='O'||s[i+2]=='N'||s[…
100TLE求调 ```cpp #include using namespace std; long long s[11]={},n,k=0,a=1; int main() { memset(s,0,sizeof(n)); cin>>n; for(int i=1;i<=10;i++) s[i]=n/a%10,a*=10…
在讨论《求调》回复:
[AC截图](file:///C:/Users/66222/Downloads/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE_5-4-2025_122547_www.luogu.com.cn.jpeg) 非常感谢!!!
在讨论《求调》回复:
@[wangyubo1227](luogu://user/1253524) @[ridewind2013](luogu://user/1401911) 谢谢哈,AC了
```cpp #include #include using namespace std; int main(){ int n=0,x=0,y=0; cin>>n>>x>>y; n=n-x*y; floor(n); cout<<n; return 0; } ``` 求调
```cpp #include #include using namespace std; int main(){ int m,n,x=0,x1=0; cin>>m>>n; for(int i=0;i<=m;i++){ if(pow(x,m)<=n); cout<<pow(x,m); x1++; } cout<<x1<…
在讨论《995》回复:
@[zzhengxi](luogu://user/1279423) 阿里嘎多
```cpp #include #include using namespace std; int main(){ int boy=0,girl=0; string st; cin>>st; for(int i=0;i<=st.length;i++){ if(st[i]=='b'||st[i+1]=='o'||st[i…
在讨论《我勒个UE》回复:
```cpp #include using namespace std; int main(){ cout<<"51"<<endl; return 0; } ```
在讨论《我勒个UE》回复:
我直接炸了
在讨论《我勒个UE》回复:
