[Codeforces Round #340 (Div. 2)]

vp了一场cf。。(打不了深夜的场啊!!)

A.Elephant

水题,直接贪心,能用5步走5步。

B.Chocolate

乘法原理计数,统计连续的“0”到下一个“1”的个数,然后相乘(第一个1前面的0不能算上)。当然还要特判全0的情况。

C.Watering Flowers

这题1A。只要按照以到某一个喷泉的距离排序,然后枚举没有被这一个喷泉覆盖到的个数,然后通过第二个喷泉覆盖,贪心一下就好了。

D.Polyline

题意杀,还以为是计算几何。由于这些折线只能平行于x,y轴,所以只要分类讨论一下就行。

三点x坐标相同或y坐标相同就输1。

如果两点x(y)坐标相同,如果另一个点的y(x)坐标在他们的同侧(相等也可以),那么就是输出2。

如果两点x(y)坐标相同,如果另一个点的y(x)坐标在他们的异侧(相等不可以),那么就是输出3。

其他情况也是3。

E.XOR and Favorite Number

很遗憾没有在规定时间内想出来。

由于xor特殊性质,设s[i]=a[1]^a[2]^...a[i],则a[l]^a[l+1]^...^a[r]=s[l-1]^s[r]

我们发现,如果我们知道(l,r)的答案(l-1,r)和(l,r+1)的答案也就知道了。

比如推得(l-1,r),只要将cnt+=c[s[l-1]^k in](in l..r)就行了。

显然,这可以通过莫队来实现。。。

 #include<bits/stdc++.h>
 #define LL long long
 using namespace std;
 ,W=;
 int n,Q,k,a[N],blo;
 LL ans[N],c[W],cnt;
 struct que {
     int l,r,i;
     bool operator < (const que &u) const {
         return l/blo==u.l/blo?r<u.r:l<u.l;
     }
 }q[N];
 inline int read() {
     ; char ch=getchar();
     ') ch=getchar();
     ')
         x=(x<<)+(x<<)+ch-',ch=getchar();
     return x;
 }
 void add(int p) {cnt+=c[a[p]^k],c[a[p]]++;}
 void remove(int p) {c[a[p]]--,cnt-=c[a[p]^k];}
 int main() {
     n=read(),Q=read(),k=read(),blo=sqrt(n),a[]=;
     ; i<=n; i++) a[i]=a[i-]^read();
     ; i<=Q; i++)
         q[i].l=read(),q[i].l--,q[i].r=read(),q[i].i=i;
     sort(q+,q++Q);
     ,curr=; cnt=,c[]=;
     ; i<=Q; i++) {
         while (curl>q[i].l) add(--curl);
         while (curr<q[i].r) add(++curr);
         while (curl<q[i].l) remove(curl++);
         while (curr>q[i].r) remove(curr--);
         ans[q[i].i]=cnt;
     }
     ; i<=Q; i++) printf("%lld\n",ans[i]);
     ;
 }

E

[Codeforces Round #340 (Div. 2)]的更多相关文章

  1. Codeforces Round #340 (Div. 2) E. XOR and Favorite Number 莫队算法

    E. XOR and Favorite Number 题目连接: http://www.codeforces.com/contest/617/problem/E Descriptionww.co Bo ...

  2. Codeforces Round #340 (Div. 2) C. Watering Flowers 暴力

    C. Watering Flowers 题目连接: http://www.codeforces.com/contest/617/problem/C Descriptionww.co A flowerb ...

  3. Codeforces Round #340 (Div. 2) B. Chocolate 水题

    B. Chocolate 题目连接: http://www.codeforces.com/contest/617/problem/D Descriptionww.co Bob loves everyt ...

  4. Codeforces Round #340 (Div. 2) A. Elephant 水题

    A. Elephant 题目连接: http://www.codeforces.com/contest/617/problem/A Descriptionww.co An elephant decid ...

  5. Codeforces Round #340 (Div. 2) D. Polyline 水题

    D. Polyline 题目连接: http://www.codeforces.com/contest/617/problem/D Descriptionww.co There are three p ...

  6. 「日常训练」Watering Flowers(Codeforces Round #340 Div.2 C)

    题意与分析 (CodeForces 617C) 题意是这样的:一个花圃中有若干花和两个喷泉,你可以调节水的压力使得两个喷泉各自分别以\(r_1\)和\(r_2\)为最远距离向外喷水.你需要调整\(r_ ...

  7. Codeforces Round #340 (Div. 2) E. XOR and Favorite Number 【莫队算法 + 异或和前缀和的巧妙】

    任意门:http://codeforces.com/problemset/problem/617/E E. XOR and Favorite Number time limit per test 4 ...

  8. Codeforces Round #340 (Div. 2) E. XOR and Favorite Number —— 莫队算法

    题目链接:http://codeforces.com/problemset/problem/617/E E. XOR and Favorite Number time limit per test 4 ...

  9. Codeforces Round #340 (Div. 2) E. XOR and Favorite Number (莫队)

    题目链接:http://codeforces.com/contest/617/problem/E 题目大意:有n个数和m次查询,每次查询区间[l, r]问满足ai ^ ai+1 ^ ... ^ aj ...

随机推荐

  1. Use Memory Layout from Target Dialog Scatter File

    参考 MDK-ARM Linker Scatter File的用法(转载) keil报错 Rebuild target 'Target 1' assembling test1.s... linking ...

  2. _itemmod_unbind

    该表中的物品可以用一定代价进行解绑,解绑后可以移动,但下线将会导致物品重新绑定 `entry`物品entry `reqId` 解绑消耗模板Id `备注` 备注

  3. springboot 启动报错 java.lang.IllegalStateException: Failed to introspect annotated methods on class org

    . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ...

  4. Android Studio 使用USB真机调试教程

    允许安装未知来源的软件 允许USB调试 设置启动方式 选择USB device 然后运行 会自动安装软件启动! 参考: https://blog.csdn.net/fubo1990/article/d ...

  5. python中那些双下划线开头得函数和变量

    Python中下划线---完全解读     Python 用下划线作为变量前缀和后缀指定特殊变量 _xxx 不能用’from module import *’导入 __xxx__ 系统定义名字 __x ...

  6. django使用表单

    假设你想从表单接收用户名数据,一般情况下,你需要在HTML中手动编写一个如下的表单元素: <form action="/your-name/" method="po ...

  7. webpack2的配置属性说明entry,output,state,plugins,node,module,context

    Webpack2配置属性详解 webpack说明 webpack是前端构建的一个核心所在,如果说后端构建就是把高级语言代码编译成机器码,那么前端的构建就是重新组合原有的代码,虽然并不编译成机器码,但实 ...

  8. leecode第十四题(最长公共前缀)

    class Solution { public: string longestCommonPrefix(vector<string>& strs) { string res=&qu ...

  9. nRF52832无法加载协议栈文件

    使用keil向nRF52832下载程序时报错 Error:Flash Download failed-Could not load file"..\..\..\..\compoents\so ...

  10. 记录python接口自动化测试--简单总结一下学习过程(第十目)

    至此,从excel文件中循环读取接口到把测试结果写进excel,一个简易的接口自动化测试框架就完成了.大概花了1周的时间,利用下班和周末的时间来理顺思路.编写调试代码,当然现在也还有很多不足,例如没有 ...