
模拟
cwb丶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
庚子新年玩扫雷(模拟)(东北农业大学庚子新年欢乐赛)
很长,此处不放题目了传送门大模拟按照题意模拟一点:大模拟一定要把代码的条例写清晰了//Author :cwb#include<bits/stdc++.h>#define ROW 16#define COLUMN 30using namespace std;int dir[8][2]= {1,0, -1,0,0,1,0,-1,1,1,-1,-1,-1,1,...原创 2020-01-25 21:24:13 · 323 阅读 · 0 评论 -
System Testing(Codeforces Round #543 (Div. 2, based on Technocup 2019 Final Round))D
C. System Testingtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputVasya likes taking part in Codeforces contests. When a round is ...原创 2019-03-05 09:58:57 · 446 阅读 · 0 评论