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
//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
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
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题目:PasswordTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluSubmit Status DescriptionShoulder-surfing is the behavi...
分类:
其他好文 时间:
2015-08-26 20:01:51
阅读次数:
227
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
代码:
#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
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
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
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