PRF192_-_FA_2023_-_PE_937.webp
S

PRF192_-_FA_2023_-_PE_937.webp


4 of 4
Paper No: 2
Your task is to check whether a string is a strong password or not.
Example 1, the string "aB34@#" is not a strong password because the length of the string is not enough 12 characters.
Example 2, the string "abcd@!#&123456" is not a strong password because it is not contains any uppercase letter. The second rule note that the strong password must contains uppercase letters, lowercase letters, numbers, and symbols.
Example 3, the string "Admin@230902" is a strong password.
Input
Only one line contains a string that maximum length is 200 characters.
Output
Please print out "good job" if the given string is strong password. Otherwise, print out "retype".
Sample
Below is an example of how the program will run:
Sample 1
Input
Output
Admin@230902
good job
Sample 2
Input abcd@!#&123456
Output retype
FUO
Chưa có bình luận nào.

Thông tin

Category
PRF192
Thêm bởi
silver_moon
Ngày thêm
Lượt xem
2,127
Lượt bình luận
0
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom