发表评论取消回复
相关阅读
相关 codeforces-1201 C Maximum Median
二分查找的典型应用,寻找虚无的值代入测试 1 include <bits/stdc++.h> 2 define _for(i,a,b) for(int i
相关 codeforces-1201 B Zero Array
1 include <bits/stdc++.h> 2 define _for(i,a,b) for(int i = (a);i < b;i ++)
相关 codeforces-1201 A Important Exam
1 include <bits/stdc++.h> 2 define _for(i,a,b) for(int i = (a);i < b;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 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
还没有评论,来说两句吧...