发表评论取消回复
相关阅读
相关 codeforces 1197D-Yet Another Subarray Problem
传送门:[QAQQAQ][] 题意:给你一个序列,求一个子序列a\[l\]~a\[r\]使得该子序列的sum(l,r)-k\(r-l+1+m+1)/m值是在所有子序列中最大的
相关 【CF1197D】Yet Another Subarray Problem
Description [【CF1197D】Yet Another Subarray Problem][CF1197D_Yet Another Subarray Prob
相关 【codeforces】 Far Relative’s Problem
![这里写图片描述][20160723211122565] ![这里写图片描述][20160723211129792] ![这里写图片描述][2016072321113
相关 Educational Codeforces Round 12 E. Beautiful Subarrays
题意: 问有多少个连续区间异或和大于等于k 思路: sum\[l,r\]= sum\[1,l-1\] ^ sum\[1,r\] 所以记录异或前缀和,并用字典树维护
相关 uva 11490 ——Just Another Problem
题意:刚开始并没有看懂,耐着性子硬读下去,才勉强弄懂大意,英语也要加强训练啊! 题目是说你有s行c列士兵,然后带着他们去打仗,为了虚张声势,在士兵的中间缺了两个边长为r的洞
相关 CodeForces 165C Another Problem on Strings(公式推导)
A string is binary, if it consists only of characters "0" and "1". String v is a substr
相关 1088A. Ehab and another construction problem
A. Ehab and another construction problem time limit per test 1 second memory limit pe
相关 CodeForces - 1194B Yet Another Crosses Problem (模拟)
You are given a picture consisting of nn rows and mm columns. Rows are numbered from 11
相关 CodeForces903G Yet Another Maxflow Problem 扫描线 + 线段树 + 最小割
给定两条链\\(A, B\\),其中\\(A\\)链某些点向\\(B\\)链有连边,支持修改\\(A\\)链中的某条边权以及查询\\(A\_1\\)到\\(B\_n\\)的最大
相关 B. Yet Another Meme Problem (math)
[题目][Link 1] a \ b+a+b=a \ 10^n+b a \ b+a=a\10^n b+1=10^n 故b=9 99 999 9999…
还没有评论,来说两句吧...