#1693. 小白题
小白题
No testdata at current.
Background
Description
给你一串字符,问你是不是比赛。
注:ABC316没有
Format
Input
一串字符,长度是
Output
or
Samples
ABC339
Yes
ABC316
No
ABC001
Yes
Limitation
1s, 1024KB
Related
In following contests:
No testdata at current.
AtcoderBeginnerContest
给你一串字符,问你是不是ABC比赛。
一串字符,长度是6
Yes or No
1.input
ABC339
output
Yes
2.input
ABC316
output
No
3.input
ABC001
output
Yes
1s, 1024KB
In following contests: