传统题 1000ms 256MiB

[愚人节 2026 B] 自指单词

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.

Description

禾子发现有的英文单词存在一个 在 IPA88 标准下的音标写法 完全相同的英式读法,她称这些单词是「自指单词」。

如以下单词,都是「自指单词」:

  • test /test/\text{test /test/}
  • bed /bed/\text{bed /bed/}
  • spend /spend/\text{spend /spend/}
  • trend /trend/\text{trend /trend/}

但如以下单词就不是「自指单词」:

  • tip /tɪp/\text{tip /tɪp/}
  • apple /’æpl/\text{apple /'æpl/}
  • read /ri:d, red/\text{read /ri:d, red/}
  • book /bʊk/\text{book /bʊk/}

现在给你一个单词 ss,请你判断这个单词是否为「自指单词」。

Format

Input

一行一个小写字母构成的字符串 ss

Output

一行一个字符串。若是「自指单词」,输出 Yes,否则输出 No

Samples

bed
Yes
bad
No

Limitation

1s201\le |s|\le 20,保证一定是一个小写字母构成英文单词。

[CZR-(-002)] CZOJ 2026 愚人节比赛

未参加
状态
已结束
规则
IOI
题目
13
开始于
2026-3-20 20:00
结束于
2026-4-6 19:00
持续时间
407 小时
主持人
参赛人数
50