上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: C. 1D Sokoban time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are playing a game sim 阅读全文
posted @ 2021-03-10 16:44 sinEagle 阅读(58) 评论(0) 推荐(0) 编辑
摘要: C. Fox And Names time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Fox Ciel is going to pu 阅读全文
posted @ 2021-03-10 08:56 sinEagle 阅读(49) 评论(0) 推荐(0) 编辑
摘要: B. Sum of Medians time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A median of an array of 阅读全文
posted @ 2021-03-08 20:23 sinEagle 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 题目描述 给定一个数列,初始为空,请支持下面三种操作: 给定一个整数 xx,请将 xx 加入到数列中。 输出数列中最小的数。 删除数列中最小的数(如果有多个数最小,只删除 11 个)。 输入格式 第一行是一个整数,表示操作的次数 nn。接下来 nn 行,每行表示一次操作。每行首先有一个整数 opop 阅读全文
posted @ 2021-03-05 20:43 sinEagle 阅读(61) 评论(0) 推荐(0) 编辑
摘要: B. Balanced Array time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given a positiv 阅读全文
posted @ 2021-03-05 20:39 sinEagle 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 迷宫问题 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 57486 Accepted: 30481 Description 定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 阅读全文
posted @ 2021-03-05 17:00 sinEagle 阅读(67) 评论(0) 推荐(0) 编辑
摘要: Catch That Cow Time Limit: 5000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 33021 Accepted Submission(s): 8956 阅读全文
posted @ 2021-03-04 20:56 sinEagle 阅读(69) 评论(0) 推荐(0) 编辑
摘要: A. Distance and Axis time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output We have a point AA w 阅读全文
posted @ 2021-03-03 20:50 sinEagle 阅读(49) 评论(0) 推荐(0) 编辑
摘要: B. Construct the String time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given th 阅读全文
posted @ 2021-03-03 20:20 sinEagle 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 追逐影子的人,自己就是影子。 ——荷马 Allison 最近迷上了文学。她喜欢在一个慵懒的午后,细细地品上一杯卡布奇诺,静静地阅读她爱不释手的《荷马史诗》。但是由《奥德赛》和《伊利亚特》组成的鸿篇巨制《荷马史诗》实在是太长了,Allison 想通过一种编码方式使得它变得短一些。 一部《荷马史诗》中有 阅读全文
posted @ 2021-02-23 11:11 sinEagle 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页