
模拟
文章平均质量分 65
white_156
星河滚烫,烫死人间理想;
皓月星辰 冻死人间曙光
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ZOJ3939 The Lucky Week 蔡勒公式
Edward, the headmaster of the Marjar University, is very busy every day and always forgets the date.There was one day Edward suddenly found that if Monday was the 1st, 11th or 21st day of that month,...原创 2019-04-28 16:38:15 · 250 阅读 · 0 评论 -
ZOJ - 4033 CONTINUE...?
题目链接 ┗|`O′|┛ 嗷~~ 有n个人,第i个人的权值为i,有男女之分,先将男生和女生分成两组,其中一组女生和一组男生权值的和与另外两组的和相等,分组允许为空,求分组方案。#include <stdio.h>#include <climits>#include <cstring>#include <time.h>#includ...原创 2019-04-27 20:00:09 · 250 阅读 · 1 评论 -
codeforces1154E. Two Teams
题目传送门 ( ̄︶ ̄)↗ 走你有两个教练,每次都从队伍中选取最大的人,及其附近的k个人,选中的人离队,反复进行直到所有人都被选完,求每个人被选到了哪个教练手里。双向链表模拟#include <stdio.h>#include <stdlib.h>#include <climits>#include <cstring>#includ...原创 2019-04-17 21:01:41 · 349 阅读 · 0 评论 -
codeforces553C. Problem for Nazar
题目传送门 ┗|`O′|┛ 嗷~~原创 2019-04-28 16:43:58 · 286 阅读 · 0 评论 -
codeforces1107D. Compression
题目链接 琪亚娜世界第一可爱 给出矩阵A,构造矩阵B,满足:i∈[1,n],j∈[1,n]且nmod  x=0,满足A[i][j]=B[⌈ix⌉][⌈jx⌉]i\in [1,n] , j\in [1,n] 且n\mod x =0,满足A[i][j]=B[\lceil\frac{i}{x}\rceil][\lceil \frac{j}{...原创 2019-05-07 09:11:52 · 399 阅读 · 0 评论