这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《关于set的问题求助》回复:
@[Warriоrs_Cat](/user/328501) 谢谢您!还想问一下,是只要用到set就要加这一段,还是在进行某些操作的时候才要加呢?
```cpp #include #include #include #include #include using namespace std; struct node { string x, y; }; set s; void init() { s.insert(node{ "potato", "persimmon"…
在讨论《求助大佬》回复:
我和你错误输出的一样,我的原因是基数排序应该是循环到字符总数大小,结果我循环到n,但我改以后了只过第一个点……
在讨论《请问有NOIP Day2的选手程序吗?》回复:
@[咪嗷呜喵](/space/show?uid=61312) 请问有ah的吗
在讨论《【重阳后青年水题赛】致歉信》回复:
洛谷的审核机制也需要改进,不能就以致歉信回应
差分约束跑最长路 ```cpp #include #include #include using namespace std; int n,h,a[10004],head[10004],dis[10004],vis[10004],cnt=0,flag=0; struct node{ int to,next,w; }e[…
在讨论《大号和小号同样代码提交一遍会被抓作弊么QAQ》回复:
@[半泽木](/space/show?uid=68643) 坏叔叔
在讨论《OI选手必知》回复:
这种老掉牙的东西还拿出来干什么
在讨论《全WA爆零》回复:
看错题了,解决了
```cpp #include using namespace std; int dp[50004][604],t,cnt=0,a[50004],cost[50004],lc[50004],rc[50004]; void dfs(int d,int k,int b){ a[++cnt]=b;cost[cnt]=k; i…
在讨论《一直编译错误。。。》回复:
@[四代目火影](/space/show?uid=81710) 谢谢
在讨论《一直编译错误。。。》回复:
@[夜刀神十香ღ](/space/show?uid=41785) 交了5遍。。
```cpp #include #include #include using namespace std; int n,m,dp[2502][2502],a[2502][2502],s[2502][2502]; int main(){ ios::sync_with_stdio(false); while(cin>>n…
在讨论《洛谷80,vijos100》回复:
找到错了,咋删帖
```cpp #include using namespace std; const int maxn=200004; int n,ans=99999999; int t[maxn]; int rudu[maxn]; int vis[maxn]; void work(int k){ rudu[t[k]]--; if(r…
65分 怎么改进 ```cpp #include #include #include #include using namespace std; int ans,n,m,a[20][20],vis[20],b[20],c[20],d[20][20],anss=0x3f3f3f3f; void bfs(int k){ q…
在讨论《要用longlong吗》回复:
知道了 第10,14,18WA了 求解释 **help!!!** ```cpp #include #include #include #define ll long long using namespace std; long long n,k,a[10004],b[10004],prime[100000]; ll a…
```cpp #include #include #include using namespace std; int n,m,v,e; int c[2004]; int d[2004]; double k[5004]; int D[304][304]; int x,y,z; double a,b; int ans=0;…
在讨论《浴谷夏令营正式发售 (讲义补货)》回复:
课程是可以看视频回放吗?@[kkksc03](/space/show?uid=1)
在讨论《50分,求大牛》回复:
程序应该很好懂,就没加注释了
```cpp #include #include #include using namespace std; int n,x; long long ans=0; int a,b; int main(){ scanf("%d%d",&n,&x); scanf("%d",&a); if(a>x) { a=x; ans+=a…
在讨论《浴谷夏令营正式发售 (讲义补货)》回复:
@[kkksc03](/space/show?uid=1) 能不能这几天把上课时间段大概标一下,我想报且听直播,但是怕和学校的补习撞期了
在讨论《样例测试点3是什么情况啊》回复:
@[kkksc03](/space/show?uid=1) 同
在讨论《生死阻击第四弹-赛时答疑帖》回复:
@[飞翔](/space/show?uid=3116) 第4题如果有城市没有通向其他城市的路要不要作为一个连通块输出?
在讨论《生死阻击第四弹-奖励申请帖》回复:
为啥要用ACM赛制,看起来好不舒服。。。
在讨论《时限明明是3s!!!!!》回复:
@[kkksc03](/space/show?uid=1) 更改一下?
在讨论《包含的问题》回复:
@[littleming](/space/show?uid=15090) @[雷电音](/space/show?uid=7997) 后一个tact不是接tact的,而是接前一个tact中末尾的那个t的