jabbbbbbbbbbbbbbbbbbbb
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《提供数据》回复:
%
在讨论《hack两篇题解+题解求过》回复:
AC了
在讨论《hack两篇题解+题解求过》回复:
我找到问题了 ``` if(l >= 10000000000) cout 9000000000) cout << "-1" << endl;
在讨论《hack两篇题解+题解求过》回复:
@[abc1352758620](/user/832355) 首先你应该是加错了,其次i到j和j到i只统计1次,你应该算重了
在讨论《hack两篇题解+题解求过》回复:
@[abc1352758620](/user/832355) 下限值总和不是404啊,我算是200
在讨论《BJ 春测程序回收系统出现重大问题》回复:
啊,这也太惨了
在讨论《WC2023 奖项已导入》回复:
qp
在讨论《管理组休假公告》回复:
休假马上结束力(喜
在讨论《SOS!!!在线求源码!!!》回复:
请不要复制清澄的题面,代码: ```cpp #include #include using namespace std; bool f[1000100]; int n,vis[1001000]; int ans[100010]; int w[1000010]; int t = 0; void find(int x) {…
在讨论《hack两篇题解+题解求过》回复:
@[zhang_kevin](/user/679961) 谢谢
在讨论《hack两篇题解+题解求过》回复:
题解求过啊啊啊!
在讨论《hack两篇题解+题解求过》回复:
@[zhang_kevin](/user/679961) 都行,他写的问题有点大,随便HACK
在讨论《hack两篇题解+题解求过》回复:
第一篇:dis[i][j] = max(L[i][j], D[i][j] - down[i])应改为dis[i][j] = max(L[i][j], D[i][j] - down[i] - down[j]),还有一些小错 第二篇没仔细看,但答案错了 主要luogu数据water
在讨论《hack两篇题解+题解求过》回复:
@[小粉兔](/user/10703)
在讨论《hack两篇题解+题解求过》回复:
哪个啊
在讨论《hack两篇题解+题解求过》回复:
这种情况@谁啊
``` 10 200 0 9 9 9 1 7 7 7 3 6 9 0 9 5 5 6 9 6 5 8 9 9 0 8 8 4 7 6 4 2 9 5 8 0 7 6 9 2 9 6 1 5 8 7 0 9 5 7 8 6 7 6 4 6 9 0 9 9 1 9 7 9 7 9 5 9 0 9 8 7 7 6 6 2 7…
在讨论《关于AMC10》回复:
屮,格式有问题
在讨论《关于AMC10》回复:
1.No 可以选25个F 2.不太好,100分左右进第二轮 我117.5+0/6/12
在讨论《悬赏关注线段树求调!》回复:
@[xiehuiying](/user/399475) P8796
在讨论《爆零求助 是解法的问题吗?》回复:
是解法的问题
```cpp #include using namespace std; string s; int n,tot,size; int a[100010]; struct node { int l,r; int c[30]; }tr[400040]; void build(int c,int l,int r); inli…
```cpp #include using namespace std; string s; int n,tot,size; int a[100010]; struct node { int l,r; int c[30]; }tr[400040]; void build(int c,int l,int r); inli…
在讨论《求助》回复:
@[bingo888](/user/556389) 1 <= m,n <= 5 .... 看题
在讨论《求助》回复:
@[Dreams_Promise](/user/677139)
在讨论《求助》回复:
你的for循环执行的是i,j=0,1,2,3,4,5就错了
在讨论《求助》回复:
@[bingo888](/user/556389) 错啦
在讨论《求助》回复:
应该为 ```cpp #include using namespace std; int a[6][6]; int main(){ int m , n; for(int i = 1;i > a[i][j]; } } cin >> m >> n; for(int i = 1;i <= 5;i++){ swap(a[m][…