
模拟
ZAX1
这个作者很懒,什么都没留下…
展开
-
Palindrome Numbers【模拟】
Palindrome NumbersTime Limit:1000MS Memory Limit:65536KTotal Submissions:3948 Accepted:1505Descr...原创 2018-11-17 15:56:09 · 243 阅读 · 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 · 226 阅读 · 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 · 503 阅读 · 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 · 456 阅读 · 0 评论