这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《RE四个点,求助》回复:
@[SamHJD](/user/565684) 谢谢大佬Orz
```cpp #include #include #define x first #define y second using namespace std; typedef long long ll; const int N = 1e5 + 10; struct E{ int a,b; double w; bool o…
```cpp #include #include #define x first #define y second using namespace std; typedef long long ll; const int N = 1e6 + 10; int cnt,n,q; int p[N],f[N]; bool st…
```cpp #include #include #include #include using namespace std; const int N = 100010; int n,m; int h[N],w[N],ne[N],e[N],idx; int dist[N],cnt[N]; bool st[N]; voi…
在讨论《求大佬找错,只能过样例》回复:
已AC,谢谢佬们
```cpp #include #define x first #define y second using namespace std; typedef unsigned long long int ull; const int N = 1e6 + 10; ull stk[N]; int tt=-1; void pu…