构造数列
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目背景
没什么背景
题目描述
给你一个 01
串构成的环, 我们可以看作一个长度为 的环, 首尾相接. 我们要通过此串构造一个数列 , 如果01
串的第 个符号位 0
, 则表示 , 如果 01
串的第 个符号为 1
, 则表示 , 如果 , 则表示 之间的关系.
请问你能否根据 01
串构造该数列呢?
数据格式
输入格式
多组数据, 第一行输入一个整数 , 表示 组数据.
接下来每组数据中,
输入一个 01
串 .
输出格式
输出 行, 如果第 个数组能构造, 则输出 Yes
, 否则输出 No
.
样例
4
10
1001101
0100
111
No
Yes
Yes
Yes
样例解释
1001101
数据可以构造数列
数据范围
[北辰杯 North-Star-Cup] 六月复现赛
- Status
- Done
- Rule
- Ledo
- Problem
- 12
- Start at
- 2023-6-22 17:45
- End at
- 2023-7-15 17:45
- Duration
- 552 hour(s)
- Host
- Partic.
- 11