上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 51 下一页
摘要: E. Superhero Battle time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output E. Superhero Battle 阅读全文
posted @ 2019-04-02 21:57 EchoZQN 阅读(158) 评论(0) 推荐(0)
摘要: #include <cstdio> #include <algorithm> #include <cstring> #include <iostream> using namespace std; typedef long long ll; const int maxn = 4e4 + 100; i 阅读全文
posted @ 2019-03-31 23:47 EchoZQN 阅读(208) 评论(0) 推荐(0)
摘要: Description The factory of the Impractically Complicated Products Corporation has many manufacturing lines and the same number of corresponding storag 阅读全文
posted @ 2019-03-31 20:44 EchoZQN 阅读(140) 评论(0) 推荐(0)
摘要: C. Brutality time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Brutality time limit per 阅读全文
posted @ 2019-03-31 10:17 EchoZQN 阅读(231) 评论(0) 推荐(0)
摘要: C. Nice Garland time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Nice Garland time limi 阅读全文
posted @ 2019-03-31 09:41 EchoZQN 阅读(163) 评论(0) 推荐(0)
摘要: D. Diverse Garland time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output D. Diverse Garland tim 阅读全文
posted @ 2019-03-31 09:16 EchoZQN 阅读(112) 评论(0) 推荐(0)
摘要: C. Edgy Trees time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Edgy Trees time limit p 阅读全文
posted @ 2019-03-31 08:51 EchoZQN 阅读(171) 评论(0) 推荐(0)
摘要: C. Meaningless Operations time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Meaningless 阅读全文
posted @ 2019-03-31 08:45 EchoZQN 阅读(203) 评论(0) 推荐(0)
摘要: C. Playlist time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Playlist time limit per t 阅读全文
posted @ 2019-03-31 08:36 EchoZQN 阅读(123) 评论(0) 推荐(0)
摘要: 题目:D - Count The Bits 博客 这个题目时给你k,b 让你求从0到2^b-1这些数中有多少个数可以整除k,并求出这个数二进制表示的1的个数 分析完题目之后就是对数进行处理。 首先我们要想怎么去定义dp,感觉还是很难想啊,那就想想怎么去处理这些数来满足题目要求 既然时二进制的表示,那 阅读全文
posted @ 2019-03-26 17:44 EchoZQN 阅读(305) 评论(0) 推荐(1)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 51 下一页