发表评论取消回复
相关阅读
相关 codeforces Educational Codeforces Round 65 (补完)
C News Distribution 并查集水题 D Bicolored RBS 括号匹配问题,如果给出的括号序列nesting depth为n,那么最终可以分
相关 Educational Codeforces Round 82 (Rated for Div. 2):D. Fill The Bag
Discription You have a bag of size n. Also you have m boxes. The size of i-th box is a
相关 Educational Codeforces Round 12 E. Beautiful Subarrays
题意: 问有多少个连续区间异或和大于等于k 思路: sum\[l,r\]= sum\[1,l-1\] ^ sum\[1,r\] 所以记录异或前缀和,并用字典树维护
相关 Educational Codeforces Round 20 F. Coprime Subsequences(莫比乌斯反演)
题目链接: [点击我打开题目链接][Link 1] 题意: 给你一个序列,问你有多少个子序列的gcd(子序列)=1。 题解: 考虑一下容斥,枚举gcd然后容斥
相关 Educational Codeforces Round 23 B. Makes And The Product
[B. Makes And The Product][] time limit per test 2 seconds memory limit per test 256
相关 Educational Codeforces Round 23 A. Treasure Hunt
[A. Treasure Hunt][] time limit per test 1 second memory limit per test 256 megabyte
相关 Educational Codeforces Round 27 C. Two TVs(模拟)
C. Two TVs time limit per test 2 seconds memory limit per test 256 megabytes input
相关 Educational Codeforces Round 27 B. Luba And The Ticket(模拟)
B. Luba And The Ticket time limit per test 2 seconds memory limit per test 256 megab
相关 Educational Codeforces Round 26 Problem B
> B. Flag of Berland > > time limit per test > > 1 second > > memory limit per test >
相关 Educational Codeforces Round 27 F. Guards In The Storehouse
[F. Guards In The Storehouse][] time limit per test 1.5 seconds memory limit per test
还没有评论,来说两句吧...