C. 小白题

    Type: Default 1000ms 256MiB

小白题

No testdata at current.

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.

Background

AtcoderBeginnerContestAtcoder Beginner Contest

Description

给你一串字符,问你是不是ABCABC比赛。

注:ABC316没有

Format

Input

一串字符,长度是66

Output

YesYes or NoNo

Samples

1.input1.input

ABC339

outputoutput

Yes

2.input2.input

ABC316

outputoutput

No

3.input3.input

ABC001

outputoutput

Yes

Limitation

1s, 1024KB