码迷,mamicode.com
首页 >  
搜索关键字:integer division    ( 15415个结果
POJ 1007 Difference Between Primes(线性筛法求N以内的素数表)
Difference Between Primes Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Description All you know Goldbach conjecture.That is to say, Every even integer greate...
分类:其他好文   时间:2014-08-09 18:54:18    阅读次数:272
Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space.按照palindrome的定义,负数一定不是palindrome number。而且palindrome number肯定是沿着中轴(可能为一个数或者两...
分类:其他好文   时间:2014-08-09 18:37:28    阅读次数:213
BNUOJ 7178 病毒侵袭持续中
病毒侵袭持续中Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:306564-bit integer IO format:%I64d Java class name:Main小t...
分类:其他好文   时间:2014-08-09 15:52:38    阅读次数:254
xtu summer individual 6 F - Water Tree
Water TreeTime Limit: 4000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:343D64-bit integer IO format:%I64d Java class ...
分类:其他好文   时间:2014-08-09 13:10:37    阅读次数:362
POJ 2570 线段树
Potted FlowerTime Limit: 2000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descrip...
分类:其他好文   时间:2014-08-09 11:27:07    阅读次数:318
xtu read problem training 4 B - Multiplication Puzzle
Multiplication PuzzleTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:165164-bit integer IO format:%lld Java clas...
分类:其他好文   时间:2014-08-09 11:24:57    阅读次数:234
xtu read problem training 4 A - Moving Tables
Moving TablesTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:102964-bit integer IO format:%lld Java class name:M...
分类:其他好文   时间:2014-08-09 11:20:07    阅读次数:341
Java 语法 索引 ----- 运算符
算术运算符 float x = 3+2; // 5 // addition 加x = 3-2; // 1 // subtraction 减x = 3*2; // 6 // multiplication 乘x = 3/2; // 1 // division 除x = 3%2; // 1 // modu...
分类:编程语言   时间:2014-08-09 02:34:56    阅读次数:270
LeetCode第七题,Reverse Integer
题目 Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 click to show spoilers. Have you thought about this? Here are some good questions to ask...
分类:其他好文   时间:2014-08-09 00:13:36    阅读次数:309
xtu summer individual 6 B - Number Busters
Number BustersTime Limit: 1000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:382B64-bit integer IO format:%I64d Java cl...
分类:其他好文   时间:2014-08-09 00:00:46    阅读次数:406
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!