BlueBook
Given an input string, whose length is less than A
…Z
) converted to the
corresponding lower case letter (a
…z
).
Input Specification
Line
Lines a
…z
), upper case letters (A
…Z
), and random characters (*
,
;
, etc).
Sample Input
Copy
2
abCDefg
WEEEIPWNNOOBS~~?~?~??@#!#$%?$^?$%*
Sample Output
Copy
abcdefg
weeeipwnnoobs~~?~?~??@#!#$%?$^?$%*
Comments
weak test cases, did it with text