题目不附了。。做法:这题真是比NOI2011的内题还要水。。不过蒟蒻我只能想到nlom的做法,据说有o(n)的做法,真是神。。 统计每个数的每一位的二进制位,然后对每一位用0或1试,如果答案都是1,则保留0(尽量小) 一次AC。Codes: 1 #include 2 #include 3 #incl...
分类:
其他好文 时间:
2014-07-28 19:08:44
阅读次数:
291
package cn.outofmemory.codes.Date;
import java.util.Calendar;
import java.util.Date;
public class CalendarDemo {
public static void main(String[] args) {
Calendar calendar=Calen...
分类:
编程语言 时间:
2014-07-25 11:07:11
阅读次数:
353
add this codes to your rml file:Page: from
分类:
其他好文 时间:
2014-07-18 20:38:17
阅读次数:
159
package cn.outofmemory.codes.Date;import java.util.Calendar;import java.util.Date;public class CalendarDemo { public static void main(String[] args) ....
分类:
编程语言 时间:
2014-07-03 07:17:37
阅读次数:
231
这不是教程。当你碰到函数参数需要传递一个闭包(closure)时,一般是可以直接这么传递的(假定无返回):// 教程一般教你在参数位置传递closure:someMethod(arg1, arg2, arg3: { args -> Void in //codes here })// sw...
分类:
其他好文 时间:
2014-07-02 18:26:34
阅读次数:
164
There is something wrong in PhyreEngine 3.8 to fullfill MSAA, actually, I think it is eqaaYou have to merge the codes from PhyreEngine 3.9. Thank God ...
分类:
其他好文 时间:
2014-07-01 16:29:11
阅读次数:
268
C - ID Codes
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld
& %llu
Submit Status
Appoint description:
System Crawler (2014-05-12)
Description
ID Cod...
分类:
其他好文 时间:
2014-06-18 11:30:56
阅读次数:
283
一.本文所涉及的内容(Contents)本文所涉及的内容(Contents)背景(Contexts)实现代码(SQL
Codes)方法一:使用拼接SQL,静态列字段;方法二:使用拼接SQL,动态列字段;方法三:使用PIVOT关系运算符,静态列字段;方法四:使用PIVOT关系运算符,动态列字段;扩展阅...
分类:
数据库 时间:
2014-06-12 00:45:07
阅读次数:
456
The paper "Optimal Decoding of Linear Codes for
Minimizing Symbol Error Rate", which is the source of the BCJR decoding
algorithm, is my current obje....
分类:
其他好文 时间:
2014-06-11 07:35:20
阅读次数:
250
Python : codes sources, forum, tutoriaux et
astucesWriting Idiomatic Python BookPython for ArcGIS | ArcGIS Resource
CenterPython Code Examples | YEI T...
分类:
其他好文 时间:
2014-06-06 18:42:33
阅读次数:
223