go die
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《0分求调(玄关)》回复:
@[yanzixuan2024](luogu://user/711408)已关
在讨论《0分求调(玄关)》回复:
@[yanzixuan2024](luogu://user/711408)谢谢
```cpp #include using namespace std; int n,ans; string s; unsigned long long h[1000086],t[1000086]; int main() { cin>>s; t[0]=1; for(int i=1;i >n; while(n--) {…
在讨论《0分求调(玄关)》回复:
@[VictoriaEVA](luogu://user/522483)谢谢大佬^w^
```cpp #include using namespace std; int m; int a,l; set p; int main() { cin>>m; while(m--) { cin>>a>>l; if(a==1) { if(p.find(l)==p.end()) p.insert(l); else cou…
```cpp #include using namespace std; long long n,d,ans; struct stu { long long h; long long da; }a[10086]; bool check(long long x) { if(x==0) return 0; long lon…
在讨论《求调!!!玄关》回复:
@[Stardust_Mirage](luogu://user/966300)谢谢大佬
在讨论《求调!!!玄关》回复:
@[Stardust_Mirage](luogu://user/966300) 谢谢,已关
```cpp #include using namespace std; int t; int n; int f; int _x[]={1,-1,0,0}; int _y[]={0,0,1,-1}; struct node { int x,y; }q[100086]; int a[105][105]; bool vis…