B. Cards Sorting time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Vasily has a deck of car ...
分类:
编程语言 时间:
2017-08-18 22:21:57
阅读次数:
244
As a basketball fan, Mike is also fond of collecting basketball player cards. But as a student, he can not always get the money to buy new cards, so s ...
分类:
其他好文 时间:
2017-08-18 18:45:11
阅读次数:
179
Problem Description ZCC loves playing cards. He has n magical cards and each has a number on it. He wants to choose k cards and place them around in a ...
分类:
其他好文 时间:
2017-08-15 19:47:13
阅读次数:
157
Jimmy invents an interesting card game. There are N cards, each of which contains a string Si. Jimmy wants to stick them into several circles, and eac ...
分类:
编程语言 时间:
2017-08-14 13:27:41
阅读次数:
204
In the age of television, not many people attend theater performances. Antique Comedians of Malidinesia are aware of this fact. They want to propagate ...
分类:
其他好文 时间:
2017-08-12 10:33:36
阅读次数:
150
http://qr.topscan.com/api.php?text=http://192.168.1.1/yqy-h5/page/~49.181:8081#invitation/share?inviteCode=111# 必须进行转码才能被识别http://qr.topscan.com/api.p ...
分类:
Web程序 时间:
2017-08-10 13:19:44
阅读次数:
187
The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the r ...
分类:
其他好文 时间:
2017-08-05 10:00:14
阅读次数:
136
Invitation Cards In the age of television, not many people attend theater performances. Antique Comedians of Malidinesia are aware of this fact. They ...
分类:
其他好文 时间:
2017-08-04 19:25:55
阅读次数:
181
题意:n张牌,选k个排成一圈,给出L,求出最大R 使得[L,R]内任意一个数 都可以由圈内连续m个数异或得到.n<=20,k<=6,a[i],L<=100. m为自己设定的. 暴力 总共有A(20,6)种方案 每种方案k^2算出异或数 TLE..先C(20,6)选出方案 若能过最优性剪支,在全排列更 ...
分类:
其他好文 时间:
2017-07-23 18:22:50
阅读次数:
118
Cards Sorting 思路: 线段树; 代码: ...
分类:
其他好文 时间:
2017-07-22 21:06:23
阅读次数:
222