[CZR-007] CZOJ Weekly Exercise Round 7
已结束
IOI
开始于: 2024-2-3 17:00
5
小时
主持人:
37
比赛简介
本场比赛为 CZOJ 一周一练 Round 7。
您共有 个小时的时间来完成 道赛题。
难度为「入门组 A」 至 「提高组 D」。
本场比赛工作人员:
最后,Good Luck & Have Fun!
题目大致按难度升序排放,但是顺序开题可能不是最好的选择。
注:赛时答疑请右转进入 CZOJ 用户群,群号 742296300。
另外,比赛通告会通过「站内消息」发出,请及时查看!
题目概况
$$\def\cyx{\tt{c\textcolor{red}{yx2009}}} \def\zjs{\tt{z\textcolor{red}{js123}}} \def\byx{\tt{B\textcolor{red}{yGones}}} \def\cfz{\tt{c\textcolor{red}{hufuzhe}}} \def\cjy{\tt{J\textcolor{red}{Yawa}}} \def\cxz{\tt{G\textcolor{red}{reenzhe}}} \def\wxr{\tt{w\textcolor{red}{angxiaorui}}} \def\xst{\tt{i\textcolor{red}{rris}}} \def\who{\tt{Unknown}} \def\arraystretch{1.5} \begin{array} {|c|c|c|c|c|c|c|}\hline \textbf{Order} & \textbf{Idea} & \textbf{Data} & \textbf{Std} & \textbf{Sol} & \textbf{Check} & \small\textbf{Special} \cr\hline \text{A} & \cjy & \cjy & \cjy &\cjy & \xst & \text{No} \cr\hline \text{B} & \cyx & \cyx & \cyx &\cyx & \xst & \text{No} \cr\hline \text{C} & \cxz & \cjy & \cjy &\xst & \xst & \text{No} \cr\hline \text{D} & \cjy & \cxz & \cxz &\xst & \xst & \text{No} \cr\hline \text{E} & \xst & \xst & \xst &\xst & \cyx & \text{Yes} \cr\hline \text{F} & \xst & \xst & \xst &\xst & \cyx & \text{No}\cr\hline \end{array} $$- 时间限制:A ~ D 题 ,E 题 ,F 题 。
- 空间限制:所有题目 。
奖励
参考 /discuss/649d25d5bee37ab673bf0659。
另外,作为寒假年前的比赛,我们设置了额外的奖金:
第一名 10 CNY;
第二名 5 CNY;
第三名 2 CNY;
A,B,C,D,E,F 首 A 分别 元。
以及,我们会在目前 NOI Linux 2.0 默认 g++ 下通过以下代码随机 位选手送出 元。
#include <bits/stdc++.h>
using namespace std;
const int N = 10; // 非 0 分人数
typedef long long ll;
ll Random_LR(ll L, ll R)
{
ll len = R - L + 1;
return L + rand() % len;
}
set<ll> s;
int main()
{
srand(N);
for (int i = 0; i < 6; i++)
{
while ((int)(s.size()) <= i)
s.insert(Random_LR(1, N));
}
for (ll i : s)
cout << i << endl;
return 0;
}
讲解
本套试题题解位于各题题解区。赛后将面对大众开放。
说明
- The moon shines,thank the moon! 比赛期间只允许询问出题人题意以及月亮好闪,拜谢月亮,否则取消获奖资格。
广告
在比赛中如有任何疑问,请加入742296300 CZOJ 用户群 进行提问。
欢迎访问 http://czoier.top/。
欢迎访问 http://czoj.com.cn/。
欢迎访问 http://cyx2009.top/。
- 状态
- 已结束
- 规则
- IOI
- 题目
- 6
- 开始于
- 2024-2-3 17:00
- 结束于
- 2024-2-3 22:00
- 持续时间
- 5 小时
- 主持人
- 参赛人数
- 37