Chemical ReactionTime Limit: 3000msMemory Limit: 65536KBThis problem will be judged onOpenJudge. Original ID:C14H64-bit integer IO format:%lld Java cl...
分类:
其他好文 时间:
2014-11-14 22:29:42
阅读次数:
266
The Bottom of a GraphTime Limit: 3000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:255364-bit integer IO format:%lld Java clas...
分类:
其他好文 时间:
2014-11-13 23:45:17
阅读次数:
286
Slim SpanTime Limit: 5000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:352264-bit integer IO format:%lld Java class name:MainG...
分类:
其他好文 时间:
2014-11-13 22:15:06
阅读次数:
280
就是找素数。很水的题。模糊搜索一道题搜到的。
但是却 TLE 2次。把所有的 long long 改成 int ,%lld 改成 %d 就神奇的过了。
简直不可思议。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#def...
分类:
其他好文 时间:
2014-11-13 18:55:12
阅读次数:
176
Frequency HoppingTime Limit: 10000msMemory Limit: 131072KBThis problem will be judged onUVA. Original ID:1124864-bit integer IO format:%lld Java class...
分类:
其他好文 时间:
2014-11-13 14:21:50
阅读次数:
276
Liserious战队Time Limit:1000msMemory Limit:65536KB64-bit integer IO format:%lld Java class name:MainPrevSubmitStatusStatisticsDiscussNextFont Size:+-Typ...
分类:
其他好文 时间:
2014-11-13 12:43:13
阅读次数:
214
Justice StringTime Limit: 2000msMemory Limit: 65536KB64-bit integer IO format:%lld Java class name:MainGiven two strings A and B, your task is to find...
分类:
其他好文 时间:
2014-11-13 12:27:41
阅读次数:
99
反正知道了就是知道,不知道也想不到,很快#include #include #include using namespace std;inline void print_prime_k(long long p, long long k) { printf("%lld", p); ...
分类:
其他好文 时间:
2014-11-12 20:59:25
阅读次数:
211
Virus
Time Limit:1000MS Memory Limit:0KB 64bit IO Format:%lld & %llu
Submit Status
Description
Download as PDF
Virus
We have a log file, which is a sequence of recorded events. Naturally,...
分类:
其他好文 时间:
2014-11-11 09:25:54
阅读次数:
202
DP[ i ][ j ] 在 i 时刻 j 号车站的等待最小时间.....
有3种可能: 在原地等,坐开往左边的车,做开往右边的车
A Spy in the Metro
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
S...
分类:
其他好文 时间:
2014-11-11 02:02:53
阅读次数:
211