A joke
https://www.hackerrank.com/contests/codenection-2021-open-category-finals/challenges/a-joke
Question
Dr. Kyle is taking a test, and he thought there should definitely be an easy problem that everyone can solve. Here's the problem: Given a string S of length 6 print Yes
or print No
. To find out when to print what, students need to observe the test cases.
Input Format
S
Constraints
Output Format
Print the answer.
Sample Inputs:
Last updated