HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Repetition (Loops) > problem:


150. 50763 - Valid Password

Guest
• Review clarifications (4)

Volume problems

• 132. 50504 - School contest
• 135. 50392 - How much space
• 136. 50443 - Dajte Express
• 140. 50655 - Divisibility by 9
• 145. 50656 - Divisibility by 11
• 147. 50553 - Divisible by m
• 148. 50596 - Your Ride Is Here (US...
• 148. 50596 - Your Ride Is Here (US...
• 150. 50763 - Valid Password
• 151. 50560 - Max Distance
• 153. 50368 - Right-most non zero d...
• 155. 50379 - a^b modulus k
• 158. 50404 - Sum of Self Powers
• 160. 50546 - Average Fuel Price
• 180. 50343 - The number of Ending...
• 30. 50764 - Fast Typing Competition

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Prepared by : Ibrahim Mesecan.

Valid Password

Question:
You are managing the school information system. The school administration wants to enforce people to have certain security level for their passwords. And thus, they want all passwords:

  • to be at least 4 chars long or at most 12 chars long
  • to include,
    • at least one lowercase letter from English alphabet
    • at least one uppercase letter from English alphabet
    • at least one digit: 0, 1, 2, ..9
    • at least one special character from the following: ! " # $ % & ' ( ) * + , - .
and they don't want passwords to include any other characters.

Input specification
You will be given a string in a line. The string may contain any ASCII char (chars from ASCII table between 32 and 255).

Output specification
Show the message "OK", if the given password complies all condition. Otherwise, show the message "NO".

 Sample Input I     Sample Output I   
(3p0Ka-C3n)
 OK


Для отправки решений необходимо выполнить вход.

www.contester.ru