发表评论取消回复
相关阅读
相关 codeforces-1201 C Maximum Median
二分查找的典型应用,寻找虚无的值代入测试 1 include <bits/stdc++.h> 2 define _for(i,a,b) for(int i
相关 codeforces D. Maximum Value
D. Maximum Value time limit per test 1 second memory limit per test 256 megabytes i
相关 Codeforces 276D. Little Girl and Maximum XOR(模拟)
A little girl loves problems on bitwise operations very much. Here's one of them. You a
相关 Codeforces 276C Little Girl and Maximum Sum(线段树的区间更新)
The little girl loves the problems on array queries very much. One day she came across
相关 CodeForces 144C
问题描述: A string t is called an anagram of the string s, if it is possible to rearrange l
相关 Codeforces 196D Lexicographically Maximum Subsequence(模拟+哈希)
You've got string s, consisting of only lowercase English letters. Find its lexicographi
相关 1201 字符串排序
字符串排序 Time Limit: 1000 ms Memory Limit: 65536 KiB Problem Description 输入3个字符串,按字典
相关 C - Median(166C 思维+ 二分)
题目描述: A median in an array with the length of n is an element which occupies position
相关 CodeForces 455C
题意:给定N,M和Q,N表示有N个城市,M条已经修好的路,修好的路是不能改变的,然后是Q次操作,操作分为两种,一种是查询城市x所在的联通集合中,最长的路为多长。二是连接两个联
还没有评论,来说两句吧...