码迷,mamicode.com
首页 >  
搜索关键字:lld    ( 3245个结果
lightOJ 1205(Palindromic Numbers数位DP)
Palindromic Numbers Time Limit: 2000MS Memory Limit: 32768KB 64bit IO Format: %lld & %lluSubmit StatusDescriptionA palindromic number or numeral palindrome is a ‘symmetrical’ number like 16...
分类:其他好文   时间:2015-08-28 11:08:14    阅读次数:212
分解大质数模板(复杂度小于sqrt(n))
//POJ 1811#include #include #include #include #include using namespace std;typedef __int64 lld;lld ran() { return rand() = mod) x -= mod;}lld mul_m...
分类:其他好文   时间:2015-08-27 20:34:39    阅读次数:199
zoj1986 Bridging Signals (dp,最长递增序列,LIS)
A - Bridging Signals Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu SubmitStatusPracticeZOJ 1986 Description ‘Oh no, they’ve done it again’, cries the chief designer at...
分类:其他好文   时间:2015-08-26 22:35:37    阅读次数:221
POJ 3164 Command Network
Command NetworkTime Limit: 1000msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:316464-bit integer IO format:%lld Java class nam...
分类:Web程序   时间:2015-08-26 21:59:52    阅读次数:156
【暑假】[数学]UVa 1262 Password
UVa 1262 Password题目:PasswordTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluSubmit Status DescriptionShoulder-surfing is the behavi...
分类:其他好文   时间:2015-08-26 20:01:51    阅读次数:227
UVA - 11987 Almost Union-Find(带删除的并查集)
Almost Union-Find Time Limit: 1000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Problem A Almost Union-Find I hope you k...
分类:其他好文   时间:2015-08-26 17:59:29    阅读次数:165
pat(B)1016. 部分A+B
代码: #include #include #include #define LL long long using namespace std; int main() { LL a,b; LL c,d; LL f[15]; f[0]=1; int i; for(i=1;i<15;i++) { f[i]=f[i-1]*10; } while(scanf("%lld%lld%...
分类:其他好文   时间:2015-08-25 21:38:27    阅读次数:126
PAT的C++编译器
1.PAT的C++编译器是g++4.7.2 所以64位的整型得用long long定义,用%lld的占用符。 2.VC++6.0的编译器的64位整型得用__int64定义,用%I64d的占用符。...
分类:编程语言   时间:2015-08-25 21:36:05    阅读次数:198
UVA 10158 War 并查集
D - War(8.4.3) Crawling in process... Crawling failed Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description Problem B: War         A...
分类:其他好文   时间:2015-08-25 14:19:51    阅读次数:167
ZOJ 3891 K-hash
K-hashTime Limit: 2000msMemory Limit: 131072KBThis problem will be judged onZJU. Original ID:389164-bit integer IO format:%lld Java class name:MainK-h...
分类:移动开发   时间:2015-08-25 13:09:14    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!