Achevée
Time Limit: 1 sec
The Problem
A string is said to be Achevée if it contains all the characters from a to z. Given a string, check if it Achevée or not.
The Input
First line of the input contains the number of strings N (0<N<200). It is followed by N lines each contains a single string. The length of the string is at max 100 and the string contains only the characters a to z and space.
The Output
For each test case print "Yes" if the string is Achevée, else print "No" in a seperate line.
Sample Input
3
wyyga
qwertyuioplkjhgfdsazxcvbnmasdasdgasdfwerasdg
ejuxggfsts
Sample Output
No
Yes
No
Online Practice Contest 1 [School & College Level]
Problem Setter: Parag Paul