吾日三省吾身:有想法立即实现了吗,暴力分打满了吗,文件操作打对了吗。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《建议降黄/双倍经验》回复:
%%%
在讨论《你是否还在写,假的欧拉回路》回复:
qp
在讨论《洛谷 Dataset 代码征集公告》回复:
qp
在讨论《请求撤下题解》回复:
@[Acoipp](/user/674469) 谢谢
在讨论《请求撤下题解》回复:
@[SiuuuCR7](/user/1339828) @[GXZJQ](/user/1088732) 我认为作者看见的概率并不大
在讨论《请求撤下题解》回复:
@[Acoipp](/user/674469)
https://www.luogu.com.cn/article/ilujjehg 此题解会WA on #1 ``` 5 1 1 2 2 3 3 4 4 5 ``` 答案应该是5,他输出9
无论是写在线段树外求出除数的逆元进行操作 ```cpp for(int i=n+1;i<=m;i++) { int x=pos[i-n]; modify(1,0,x-1,in,0,m+1);//除以前面的数 modify(1,x,0,0,m+1);//去掉此数 x=pos[i]; modify(1,0,x-1,base…
问题可能出在关于base上,当base为10时,可以通过#14,当base为13331时,不能通过#14 ```cpp #include #include #define int long long using namespace std; const int N=200010; const int base=1333…
在讨论《HOI Round 1 赛后总结帖》回复:
qp
在讨论《这个题的数据可能有问题!》回复:
杰拉鲁星人太可恶了!一起打败杰拉鲁星人!
```cpp #include #include using namespace std; int main() { freopen("data.in","w",stdout); srand(time(0)); cout<<3<<endl; for(int i=1;i<=3;i++) { int n=rand()%20…
```cpp #include #include using namespace std; int main() { freopen("data.in","w",stdout); srand(time(0)); int n=rand()%6+1; int q=rand()%6+1; cout<<n<<" "<<q<<e…
```cpp #include #include using namespace std; int main() { freopen("data.in","w",stdout); srand(time(0)); int n=rand()%10+2; int m=rand()%100+1; cout<<n<<endl;…
在讨论《赠送数据生成器》回复:
@[2345A](/user/565070) https://oi-wiki.org/contest/common-tricks/
```cpp #include #include using namespace std; int main() { freopen("data.in","w",stdout); srand(time(0)); int n=rand()%8+1; int m=rand()%30+1; cout<<n<<" "<<m<<…
在讨论《如果这样消元的话》回复:
@[Anduin_Urien](/user/474522) 你说得对,但是如果有这样一个结果 ```cpp 0 0 2 1 5 0 0 1 4 7 0 0 0 2 3 0 0 0 0 0 ``` 阁下该如何应对
如果这样消元的话,怎样判断无解与无穷解呢 ```cpp #include using namespace std; double a[1010][1010]; int main() { int n; cin>>n; for(int i=1;i >a[i][j]; for(int i=1;i<=n;i++) { int…
在讨论《SD csp-s 63能不能过》回复:
%%%%%%%
在讨论《92分并WA on #19 #23的》回复:
哦不这是针对#19的
在讨论《万能的谷民们》回复:
@[fedoralxy](/user/491542) 哦哦好的,谢谢
在讨论《万能的谷民们》回复:
@[CPlusPlusOnMars_star](/user/678881) 有大会员,谢谢