摘要: 数据结构实验之串二:字符串匹配Time Limit: 1000MS Memory Limit: 65536KBSubmit Statistic DiscussProblem Description 给定两个字符串string1和string2,判断string2是否... 阅读全文
posted @ 2017-08-22 20:49 WangMeow 阅读(169) 评论(0) 推荐(0) 编辑
摘要: All in AllTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 33567 Accepted: 14013DescriptionYou have devised a new encryption ... 阅读全文
posted @ 2017-08-22 19:44 WangMeow 阅读(177) 评论(0) 推荐(0) 编辑
摘要: pairsProblem DescriptionJohn has n points on the X axis, and their coordinates are (x[i],0),(i=0,1,2,…,n−1). He wants to know how many... 阅读全文
posted @ 2017-08-22 19:18 WangMeow 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 迷宫问题Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 24415 Accepted: 14241Description定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0,... 阅读全文
posted @ 2017-08-22 16:50 WangMeow 阅读(180) 评论(0) 推荐(0) 编辑
摘要: River HopscotchTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 15398 Accepted: 6510DescriptionEvery year the cows hold an ev... 阅读全文
posted @ 2017-08-22 11:14 WangMeow 阅读(187) 评论(0) 推荐(0) 编辑