码迷,mamicode.com
首页 >  
搜索关键字:zoj 3456    ( 3447个结果
ZOJ3861:Valid Pattern Lock(DFS)
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
ZOJ 3861 Valid Pattern Lock DFS
每个点有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
ZOJ 3865 Superbot BFS
地图很小,根据题意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
ZOJ 3866 Cylinder Candy
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
ZOJ 3861 Valid Pattern Lock
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 2615 Cells 栈的运用
题目链接: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
ZOJ Problem Set - 3804 YY's Minions
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
ZOJ 3776 Pokemon Master
题目链接: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
ZOJ 3767 Elevator
题目链接: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
ZOJ 3787 Access System
题目链接: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!