Pattern lock security is generally used in Android handsets instead of a password. The pattern lock can be set by joining points on a 3 × 3 matrix in a chosen order. The points of the
matrix are reg...
分类:
其他好文 时间:
2015-04-12 22:44:13
阅读次数:
204
每个点有16种方向,向某个方向走一步或者两步,dfs把找到的数都存下来就可以了.....
Valid Pattern Lock
Time Limit: 2 Seconds Memory Limit: 65536 KB
Pattern lock security is generally used in Android handsets instead of ...
分类:
其他好文 时间:
2015-04-12 21:10:48
阅读次数:
162
地图很小,根据题意BFS
Superbot
Time Limit: 2 Seconds Memory Limit: 65536 KB
Superbot is an interesting game which you need to control the robot on an N*M grid map.
As you see, it's just ...
分类:
其他好文 时间:
2015-04-12 21:09:36
阅读次数:
126
Cylinder CandyTime Limit:2 Seconds Memory Limit:65536 KB Special JudgeEdward the confectioner is making a new batch of chocolate covered candy. Each c...
分类:
其他好文 时间:
2015-04-12 20:54:27
阅读次数:
207
Valid Pattern LockTime Limit:2 Seconds Memory Limit:65536 KBPattern lock security is generally used in Android handsets instead of a password. The pat...
分类:
其他好文 时间:
2015-04-12 19:16:14
阅读次数:
305
题目链接:ZOJ - 2615Scientists are conducting research on the behavior of a newly discovered Agamic Cellular Microbe. This special kind of microbe is capab...
分类:
其他好文 时间:
2015-04-12 13:19:16
阅读次数:
160
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5336比较简单的模拟题,题意也很好理解。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #...
分类:
其他好文 时间:
2015-04-12 09:06:41
阅读次数:
113
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5263
题意:
比较Calem和Serena手上牌的总和的大小,谁大就输出谁的名字,相同输出Draw。
代码:
#include
using namespace std;
int main()
{
int t,n,m,sum1,sum2,tmp;
c...
分类:
其他好文 时间:
2015-04-11 09:03:39
阅读次数:
106
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5230
题面:
Elevator
Time Limit: 2 Seconds Memory Limit: 65536 KB
How time flies! The graduation of this year is aroun...
分类:
其他好文 时间:
2015-04-11 09:03:02
阅读次数:
117
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5274
题面:
Access System
Time Limit: 2 Seconds Memory Limit: 65536 KB
For security issues, Marjar University has an a...
分类:
数据库 时间:
2015-04-11 09:02:14
阅读次数:
240