摘要:
今天的比赛总结:1.线段树模板不够熟练,调bug调了很久。2.1009一开始的思路错了,没有想清楚就开始打代码,不应该,之后的话代码写的很混乱,取模取得不对。3.心态不好,没有鼓励,只有负面情绪。4.以后的话,我调节比赛节奏,该做哪题不该做哪题,思路之间进行交流,打出... 阅读全文
摘要:
之前的小结:https://blog.csdn.net/fufck/article/details/788443091.bzoj2301 题意:满足 a ≤ x ≤ b , c ≤ y ≤ d ,且gcd(x,y) = k 的个数(1≤n≤50000,1≤a≤b≤50... 阅读全文
摘要:
Wow! Such Conquering!Time Limit: 15000/8000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Oth... 阅读全文
摘要:
C. Cut 'em all!time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou're given a tre... 阅读全文
摘要:
C. AND Graphtime limit per test4 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given a set ... 阅读全文
摘要:
A. Fairtime limit per test2 secondsmemory limit per test512 megabytesinputstandard inputoutputstandard outputSome company is going to ... 阅读全文
摘要:
1.如没有这个比赛,我们就会觉得这个知识连老师都没有教我们为什么要学;如果没有更大的舞台,我们就不会想去努力,我们永远不会知道自己的实力其实可以多强;如果没有发现比我们基础还好还比我们努力的人,我们就不知道我们浪费了多少时间。2.永远不要想着把难题都留给队友,不要想着... 阅读全文
摘要:
题意:求n个数中任取三个组合成ai+aj=ak 的对数思路:把给的数作为多项式的次幂,出现的次数为系数,然后用FFT进行多项式的乘法#include #include #include #include #include #include #define maxn (... 阅读全文
摘要:
E. Porcelaintime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputDuring her tantrums t... 阅读全文
摘要:
#1634 : Puzzle Game时间限制:1000ms单点时限:1000ms内存限制:256MB描述Once upon a time, there was a little dog YK. One day, he went to an antique shop ... 阅读全文