
模拟
ACM__dongsheng
在校大学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
zoj 3938 Defuse the Bomb
The bomb is about to explode! Please defuse it as soon as possible!There is a display showing a number from 1 to 4 on the bomb. Besides this, there are 4 buttons under the display. Each button is label原创 2016-04-23 23:58:13 · 475 阅读 · 0 评论 -
构造队列
方向模拟:#include <iostream> #include <cstdio> #include <cstring> using namespace std;int a[100005];int main(){ int t;scanf("%d",&t); while(t--){ int low = 0, high = 0; int n;scanf(原创 2017-03-18 22:45:05 · 523 阅读 · 0 评论