摘要: 题面: 传送门 题目描述: 要求用十字星星来画题目给出的“星”图。如果不能用十字星星来画“星”图,输出-1;如果能,则输出要在图的哪个位置画相应大小的十字星图。 题目分析: 这道题纯属模拟题,按照要求画就好了。我的画法:根据题目的“星”图用十字星图在另一个二维数组画“星”图。拿第一个样例来说:当遍历 阅读全文
posted @ 2019-03-01 22:58 MrEdge 阅读(389) 评论(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 阅读(219) 评论(0) 推荐(0) 编辑