Phone ListTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:363064-bit integer IO format:%lld Java class name:Main...
分类:
其他好文 时间:
2014-08-30 19:03:59
阅读次数:
195
android:EditText属性/去边框EditText继承关系:View-->TextView-->EditText EditText的属性很多,这里介绍几个: android:hint="请输入数字!"//设置显示在空间上的提示信息android:numeric="integer"//设.....
分类:
其他好文 时间:
2014-08-30 17:39:29
阅读次数:
190
public class Solution { public String intToRoman(int num) { StringBuffer result = new StringBuffer(); int n=num; // 刚开始写代码的时候写错变量了,不想...
分类:
其他好文 时间:
2014-08-30 17:33:29
阅读次数:
148
统计难题Time Limit: 2000msMemory Limit: 65535KBThis problem will be judged onHDU. Original ID:125164-bit integer IO format:%I64d Java class name:MainIgnat...
分类:
其他好文 时间:
2014-08-30 16:20:09
阅读次数:
289
ASCII(character_expression)返回最左端字符的ASCII代码值CHAR(integer_expression)UNICODE(ncharacter_expression)按照Unicode标准的定义,返回输入表达式的第一个字符的整数值。NCHAR(integer_expres...
分类:
数据库 时间:
2014-08-30 16:18:19
阅读次数:
267
A计划Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:210264-bit integer IO format:%I64d Java class name:Main可怜的公主在...
分类:
其他好文 时间:
2014-08-30 12:28:29
阅读次数:
246
Dilu have learned a new thingabout integers, which is - any positive integer greater than 1 can be divided byat least one prime number less than or equal to that number. So, he is nowplaying with this...
分类:
其他好文 时间:
2014-08-29 22:45:39
阅读次数:
366
Young cryptoanalyst Georgie is investigating different schemes of generating random integer numbers
ranging from 0 to m - 1.
He thinks that standard random number generators are not good enough, s...
分类:
其他好文 时间:
2014-08-29 21:26:38
阅读次数:
317
Catch That CowTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:327864-bit integer IO format:%lld Java class name:...
分类:
其他好文 时间:
2014-08-29 21:22:58
阅读次数:
204
A strange liftTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:154864-bit integer IO format:%I64d Java class name...
分类:
其他好文 时间:
2014-08-29 21:21:08
阅读次数:
278