摘要: 收获: 1)学会求欧拉函数 2)有关约数的题目想好是到n还是n/2还是sqrt(n),不然WA和T得飞起 3)乘法逆元竟然是这个意思 疑问: 堆的push_down 我的WA代码 void push_down(int x) { while(x<<1 <=siz) { int nx=x<<1; if( 阅读全文
posted @ 2023-04-18 23:51 ddt_cai 阅读(85) 评论(0) 推荐(0)