摘要:
1 # include 2 # include 3 4 using namespace std; 5 6 # define MAX 100004 7 # define lid id mid ) 68 update(rid,l,r,val); 69 else... 阅读全文
摘要:
B - Red and BlackCrawling in process... Crawling failed Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ... 阅读全文
摘要:
1 # include 2 # include 3 4 using namespace std; 5 6 # define MAX 123 7 8 char grid[MAX][MAX]; 9 int nxt[8][2] = { {1,0},{0,-1},{-1,0},{0,1},{1,1}... 阅读全文
摘要:
http://www.cnblogs.com/zhj5chengfeng/archive/2013/03/11/2954743.html 阅读全文
摘要:
C -剪花布条Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 2087Description一块花布条,里面有些图案,另有一块直接可用的小饰条,里面也有一些图案。对于给... 阅读全文
摘要:
A -The Unsolvable ProblemTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionThere are many unsolvable problem in... 阅读全文
摘要:
题目大意: 给你一个模式串和一个文本串,问你模式串在文本串中出现的次数,可能出现重叠的情况。代码: 1 # include 2 # include 3 # include 4 5 using namespace std; 6 7 char s2[10004]; 8 char s1[100000... 阅读全文
摘要:
A -Number SequenceTime Limit:5000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 1711DescriptionGiven two sequences of numb... 阅读全文
摘要:
B -I Hate ItTime Limit:3000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 1754Appoint description:Description很多学校流行一种比较的习惯... 阅读全文
摘要:
A -敌兵布阵Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 1166Appoint description:DescriptionC国的死对头A国这段时间正在进行军事... 阅读全文