摘要: 1076: 汇编语言 Description Input Output Sample Input Sample Output HINT 注意在 MOV 和 ADD 操作中,指令的两个操作对象的位数应当是一致的,即不会出现如 MOV AX,BL 或 ADD AL,0100H 这样错误的指令。 在初始状 阅读全文
posted @ 2016-04-08 21:42 Blackops 阅读(354) 评论(0) 推荐(0) 编辑
摘要: [1672] 剪绳子 时间限制: 500 ms 内存限制: 65535 K 问题描述 已知长度为n的线圈,两人依次截取1~m的长度,n, m为整数,不能取者为输。 输入 输入n, m;( 0 <= n <= 1000000000, 1 <= m <= 1000000000) 输出 先手胜输出Firs 阅读全文
posted @ 2016-04-08 15:26 Blackops 阅读(314) 评论(0) 推荐(0) 编辑
摘要: [1669] xor的难题 时间限制: 1000 ms 内存限制: 65535 K 问题描述 最近Alex学长有个问题被困扰了很久,就是有同学给他n个数,然后给你m个查询,然后每个查询给你l和r(左下标和右下标),然后问你每个查询l到r之间数字的xor值。(al ^ ... ^ ar)。 输入 输入 阅读全文
posted @ 2016-04-07 22:52 Blackops 阅读(512) 评论(0) 推荐(0) 编辑
摘要: B. z-sort time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. z-sort time limit per test 1 阅读全文
posted @ 2016-04-05 16:48 Blackops 阅读(288) 评论(1) 推荐(0) 编辑
摘要: 1057: Beautiful Garden Description There's a beautiful garden whose size is n × m in Edward's house. The garden can be partitioned into n × m equal-si 阅读全文
posted @ 2016-04-04 12:13 Blackops 阅读(360) 评论(1) 推荐(0) 编辑
摘要: 1065: Operations on Grids Description 你有一个 9 位数字串,现在你把这个数字的每一位填到 3 × 3 格子上。如果数 字是 123456789,那么填到 3 × 3 格子上会得到: 123 456 789 现在你可以对这 3 × 3 格子做四种操作: 现在给你 阅读全文
posted @ 2016-04-03 13:42 Blackops 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1041: XX's easy problem Description XX is a good student who likes to ask questions.But sometimes when you get the problem, you are not willing to ans 阅读全文
posted @ 2016-04-02 22:00 Blackops 阅读(237) 评论(0) 推荐(0) 编辑
摘要: A. Bear and Three Balls time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Limak is a littl 阅读全文
posted @ 2016-04-02 09:13 Blackops 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Problem 2111 Min Number Accept: 760 Submit: 1516 Time Limit: 1000 mSec Memory Limit : 32768 KB Accept: 760 Submit: 1516 Time Limit: 1000 mSec Memory L 阅读全文
posted @ 2016-03-30 22:13 Blackops 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 1043: Radical loves integer sequences Description One day Radical got hold of an integer sequence a1, a2, ..., an of length n. He decided to analyze t 阅读全文
posted @ 2016-03-30 19:58 Blackops 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Brave Game Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 9475 Accepted Submission(s): 6308 Pro 阅读全文
posted @ 2016-03-29 19:56 Blackops 阅读(298) 评论(0) 推荐(0) 编辑
摘要: [1665] 夜神的思考 时间限制: 1000 ms 内存限制: 65535 K 问题描述 最近夜神对二进制很感兴趣,于是他每次看到一串只包含1和0的字符串的时候就会想,这串字符串有多少子串是含有k个1的呢。 你们能不能快速的解决这个问题。 输入 输入数据包含多组,先输入k ( 0 =< k <= 阅读全文
posted @ 2016-03-29 09:41 Blackops 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 1051: Glamor Sequence Description you have a sequence +1, +2, +3, ... +m, -(m + 1), -(m + 2), ..., -(2m), (2m + 1), (2m + 2), ..., (3m), ..... and you 阅读全文
posted @ 2016-03-25 19:35 Blackops 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 1040: Alex and Asd fight for two pieces of cake Description Alex and Asd have found two pieces of cake on table of weight a and b grams.They are so gr 阅读全文
posted @ 2016-03-23 17:38 Blackops 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 1036: Hungar的菜鸟赛季 Description 我们都知道对于一个新秀来说,发挥稳定 是一件很困难的事情,特别是对于Hungar 这种状态型选手来说,他现在已经打完了很 多场比赛,已知这么多场打完的比赛里,他 的最少得分是A分,最高得分是B分,Hungar对于数学中的质数一直特别喜欢,他 阅读全文
posted @ 2016-03-22 21:28 Blackops 阅读(350) 评论(0) 推荐(0) 编辑