题意:模拟文本操作思路:模拟#include#include#includeusing namespace std;#define MAXN 10005int M;char cmd[MAXN];char str1[MAXN],str2[MAXN];char copyStr[MAXN];void f(...
分类:
其他好文 时间:
2015-09-20 22:19:21
阅读次数:
299
七 Mega Man's MissionTime Limit:1000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 11795 1 #include 2 #include 3 #include 4 us...
分类:
其他好文 时间:
2015-08-30 20:54:38
阅读次数:
231
Mission ImpossibleTime Limit: 30000/10000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 227Accepted Submission(s): 106...
分类:
其他好文 时间:
2015-08-20 01:07:03
阅读次数:
181
DescriptionYYF is a couragous scout. Now he is on a dangerous mission which is to penetrate into the enemy's base. After overcoming a series difficult...
分类:
其他好文 时间:
2015-08-17 19:13:48
阅读次数:
216
这套逻辑有点复杂message db_user_mission_event{ required user_mission.MISSION_EVENT_TYPE mission_event_type = 1; //任务事件类型 required user_mission.MI...
分类:
其他好文 时间:
2015-08-16 22:40:32
阅读次数:
140
uva 1416 Warfare And LogisticsDescriptionThe army of United Nations launched a new wave of air strikes on terrorist forces. The objective of the mission is to reduce enemy’s logistical mobility. Each a...
分类:
其他好文 时间:
2015-08-11 23:38:26
阅读次数:
230
学习文档: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
分类:
其他好文 时间:
2015-08-10 19:42:58
阅读次数:
199
J19JailbreakJohn is on a mission to get two people out of prison. This particular prison is a one-storybuilding. He has managed to get hold of a detai...
分类:
其他好文 时间:
2015-08-09 22:11:22
阅读次数:
244
题目传送门 1 /* 2 题意:洛克人有武器可以消灭机器人,还可以从被摧毁的机器人手里得到武器,问消灭全部机器人的顺序总数 3 状态压缩DP:看到数据只有16,就应该想到状压(并没有)。因为是照解题报告写的,代码里加点注释,省的以后忘记了 4 */ 5 /**************...
分类:
其他好文 时间:
2015-08-08 14:45:05
阅读次数:
118
Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After
several thrilling events we find her in the first station of Algorithms City Metro, examining the ti...
分类:
其他好文 时间:
2015-08-07 11:16:34
阅读次数:
130