摘要:
被Ak的€$P 阅读全文
摘要:
4.C 3.B 2.A 1.循环依赖 阅读全文
摘要:
1.人生第一次写错文件: 联赛模拟测试15 原因:freopen注释了 2.人生第一次数组开小 联赛模拟测试1 原因:数组开小十倍 3.人生第一次CE 联赛模拟测试3 原因:1e5数组开二维 4.人生第一次反向卡常 5.人生第一次取模爆炸 6.人生第一次读入挂了 7.人生第一次特判反了 阅读全文
摘要:
别人的T2: 我的T2: 原因竟是: 小破数据你还想读进bitset? 阅读全文
摘要:
通过相似三角形容易发现: 若 \(x\) 符合条件 \(x\times(a-x)\equiv 0 (mod\) \(a)\) \((x\times a-x\times x)\equiv 0 (mod\) \(a)\) \((x\times x)\equiv 0 (mod\) \(a)\) 所以就是球 阅读全文
摘要:
阳间人的代码: void SFD(int l,int r){ if(r==l+1)f[l][r][0][1]=f[l][r][0][2]=f[l][r][1][0]=f[l][r][2][0]=1; else{ if(match[l]!=r){ SFD(l,match[l]);SFD(match[l 阅读全文
摘要:
![](https://img2020.cnblogs.com/blog/1997042/202010/1997042-20201024084344714-1425306485.jpg)![](https://img2020.cnblogs.com/blog/1997042/202010/1997042-20201024084702950-1301153859.jpg)![](https://im... 阅读全文
摘要:
正经人的阳间代码: if(n==3){printf("%lld\n",m);continue;} g[3][1][1][1]=m;g[3][1][0][0]=m*(m-1)%mol;g[3][0][1][0]=m*(m-1)%mol; g[3][0][0][0]=m*(m-1)%mol*(m-1)% 阅读全文