
二分
文章平均质量分 79
nare123
这个作者很懒,什么都没留下…
展开
-
codeforces-580B Kefa and Company(二分)
Kefa wants to celebrate his first big salary by going to restaurant. However, he needs company.Kefa has n friends, each friend will agree to go to the restaurant if Kefa asks. Each friend is原创 2016-02-26 10:42:20 · 519 阅读 · 0 评论 -
Codeforces-600B Queries about less or equal elements(二分)
You are given two arrays of integers a andb. For each element of the second array bj you should find the number of elements in arraya that are less than or equal to the valuebj.Inp原创 2016-02-26 10:12:11 · 1104 阅读 · 0 评论 -
POJ 3061 Subsequence
DescriptionA sequence of N positive integers (10 < N < 100 000), each of them less than or equal 10000, and a positive integer S (S < 100 000 000) are given. Write a program to find the minimal le原创 2016-07-13 15:11:14 · 386 阅读 · 0 评论 -
Codeforces 702B - Powers of Two
B. Powers of Twotime limit per test3 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given n integers a1, a2, ..., an.原创 2016-07-30 12:47:19 · 819 阅读 · 0 评论 -
Codeforces702C - Cellular Network(二分)
C. Cellular Network time limit per test3 seconds memory limit per test256 megabytes inputstandard input outputstandard output You are given n points on the straight line — the positions (x-coordin原创 2016-07-30 15:32:28 · 649 阅读 · 0 评论