随笔分类 -  训练赛

摘要:题面: 传送门 题目描述: 要求用十字星星来画题目给出的“星”图。如果不能用十字星星来画“星”图,输出-1;如果能,则输出要在图的哪个位置画相应大小的十字星图。 题目分析: 这道题纯属模拟题,按照要求画就好了。我的画法:根据题目的“星”图用十字星图在另一个二维数组画“星”图。拿第一个样例来说:当遍历 阅读全文
posted @ 2019-03-01 22:58 MrEdge 阅读(413) 评论(0) 推荐(0)
摘要:题面: 传送门 B. Santa Claus and Keyboard Check Input file: standard input Output file: standard output Time limit: 2 second Memory limit: 256 megabytes Santa 阅读全文
posted @ 2019-03-01 18:53 MrEdge 阅读(234) 评论(0) 推荐(0)
摘要:题面: 传送门 C.New Year Book Reading Input file: standard input Output file: standard output Time limit: 2 second Memory limit: 256 megabytes New Year is com 阅读全文
posted @ 2019-02-27 14:08 MrEdge 阅读(245) 评论(0) 推荐(0)
摘要:题面: 传送门 C. Nested Segments Input file: standard input Output file: standard output Time limit: 2 second Memory limit: 256 megabytes You are given a sequ 阅读全文
posted @ 2019-02-26 15:09 MrEdge 阅读(267) 评论(0) 推荐(0)