这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求救》回复:
@[孙玉瑶](/space/show?uid=195363)
在讨论《萌新求助,,wa4个点》回复:
@[ΦωΦ](/space/show?uid=153900)
在讨论《求救》回复:
```c #include #include #include #include using namespace std; char a[120]; int tong[50]; bool cmp(int a,int b) { return a>b; } int main() { cin>>a+1; int len=st…
在讨论《求救》回复:
用 map a[1000] 或者裸的hash表 A-->1 依次类推,再用桶排, 最后一个SORT
``` #include #include #include #include #include #define int long long using namespace std; const int N=1000005; int pre[1005]; int cnt; struct{ int to; int fro…
在讨论《蒟蒻请求巨佬帮助!》回复:
orzorz
在讨论《奇怪的事情》回复:
@[djh123](/space/show?uid=44777) 谢谢
在讨论《奇怪的事情》回复:
@[龙之吻—水货](/space/show?uid=49866) 谢谢 日后定感谢
在讨论《奇怪的事情》回复:
@[djh123](/space/show?uid=44777) 为什么
在讨论《奇怪的事情》回复:
@[龙之吻—水货](/space/show?uid=49866) 为什么 啊
在讨论《奇怪的事情》回复:
@[璀璨天狼](/space/show?uid=144520) 不懂 求教
```c #include #include #include #include using namespace std; const int N=1+50; vector >va[1000]; int dis[N]; bool done[N]; bool kill[N]; int free[N]; int n,m,b…
在讨论《求助》回复:
@[不败丶流逝](/space/show?uid=151768)
```c #include #include #include #include #define int long long using namespace std; int n,m,b; const int N=50000+5; int a[N]; bool kill[N]; bool done[N]; int di…