-- 没到红名不改 || 没过7级不改 || 没学好dp不改 --(支持壶关)
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《题面有误》回复:
@[liuyuhan1522](luogu://user/1435840) 可能吧
自由发言 权限满 7 天
自由发言 权限在题目分版内发表无关/无意义讨论(7 天)
在讨论《求问》回复:
求hack数据
```cpp #include using namespace std; const int N = 1e5+5; vector > g[N],G[N]; int n,k,dp[N],p,s,t; int x[N],y[N],ans; int f[N],len,dis[N],fa[N]; map ,bool> mp;…
```cpp #include using namespace std; const int N = 2e7+5; vector is_prime(N); vector prime; vector cprime(N); bool isprime(int n){ for(int i = 2;i*i >m>>n; is_p…
在讨论《有个问题》回复:
OK,以后会注意的。
在讨论《有个问题》回复:
thank you
在讨论《有个问题》回复:
哦,为甚么?
在讨论《70pts TLE 求助!》回复:
已关
在讨论《不懂就问》回复:
已关
在讨论《不懂就问》回复:
感谢两位大佬!!
```cpp #include using namespace std; const int N = 1e6+5; int a[N],n,mx; map mp; int main(){ cin>>n; for(int i = 0;i >a[i]; mp[a[i]]++; if(mp[a[i]]>=n/2){ cout…
```cpp #include using namespace std; const int N = 1e3+5; const int M = 1e5+5; const int dx[] = {0,-1,0,1}; const int dy[] = {1,0,-1,0}; char a[N][N]; int n,m;…
在讨论《求助》回复:
感谢!已关!
在讨论《10pts,求助! -_-,悬赏一关注!》回复:
已关。
10pts,求助! -_-,悬赏一关注! ```cpp #include using namespace std; const int N = 1e3+5; char a[N][N]; int mp[N][N],n,m; int ans = 0; int dx[] = {1,0,-1,0}; int dy[] = {0…