[2016-03-03][UVA][120][Stacks of Flapjacks] UVA - 120Stacks of FlapjacksTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluSubmit Stat...
分类:
其他好文 时间:
2016-03-04 22:35:48
阅读次数:
331
1 #include<cstdio> 2 #include<iostream> 3 using namespace std; 4 long long n,m,ans=1,ans1=1,n1; 5 int main() 6 { 7 scanf("%lld%lld",&m,&n); 8 n--; 9 l
分类:
其他好文 时间:
2016-02-27 23:37:50
阅读次数:
358
Farm Tour Time Limit: 1000ms Memory Limit: 65536KB This problem will be judged on PKU. Original ID: 2135 64-bit integer IO format: %lld Java class nam
分类:
其他好文 时间:
2016-02-27 12:22:31
阅读次数:
147
PIGS Time Limit: 1000ms Memory Limit: 10000KB This problem will be judged on PKU. 64-bit integer(整数) IO format: %lld Java class name: Main Mirko works
分类:
其他好文 时间:
2016-02-27 12:20:36
阅读次数:
163
IOI2009 Mecho Time Limit: 10000ms Memory Limit: 262144KB This problem will be judged on SPOJ. Original ID: CTOI09_164-bit integer IO format: %lld Java
分类:
其他好文 时间:
2016-02-25 19:52:04
阅读次数:
240
All Possible Increasing Subsequences Time Limit:3000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Appoint description: Description An increasing
分类:
编程语言 时间:
2016-02-25 15:12:17
阅读次数:
177
[2016-02-20][UVA][140][Bandwidth] UVA - 140BandwidthTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluSubmit StatusDescriptionGiven a...
分类:
其他好文 时间:
2016-02-21 00:22:48
阅读次数:
372
[2016-02-19][UVA][524][Prime Ring Problem]UVA - 524Prime Ring ProblemTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluSubmit StatusD...
分类:
其他好文 时间:
2016-02-20 00:21:03
阅读次数:
249
[2016-02-19][UVA][129][Krypton Factor]UVA - 129Krypton FactorTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluSubmit StatusDescripti...
分类:
其他好文 时间:
2016-02-19 23:13:44
阅读次数:
518
Longest Common Substring II Time Limit: 236MS Memory Limit: 1572864KB 64bit IO Format: %lld & %llu Description A string is finite sequence of characte
分类:
其他好文 时间:
2016-02-18 16:22:33
阅读次数:
310