模拟
ZAX1
这个作者很懒,什么都没留下…
展开
-
Palindrome Numbers【模拟】
Palindrome Numbers Time Limit:1000MS Memory Limit:65536K Total Submissions:3948 Accepted:1505 Descr...原创 2018-11-17 15:56:09 · 222 阅读 · 0 评论 -
Mining【模拟,优先级队列】
题目描述 A mining base needs to build some robots to collect at least 10000 units of resource. Each robot will start from the base, reach the diggings in S minutes, work for W minutes, and then take C un...原创 2019-04-17 17:31:20 · 206 阅读 · 0 评论 -
Inversion II
题目描述 Let { A1,A2,...,An } be a permutation of the set{ 1,2,..., n}. If i < j and Ai > Aj then the pair (Ai,Aj) is called an "inversion" of the permutation. For example, the permutation {3, ...原创 2019-04-17 17:32:58 · 479 阅读 · 0 评论 -
问题 J: Stone Game(模拟)
原题地址 #include<cstdio> #include<cstring> #include<algorithm> #include<iostream> #include<string> #include<vector> #include<stack> #include<bitset> #in...原创 2019-05-02 19:24:10 · 428 阅读 · 0 评论