| 
 
 
 | Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. 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:
 
 and they don't want passwords to include any other characters.to be at least 4 chars long or at most 12 chars longto 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:
 ! " # $ % & ' ( ) * + , - .  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 
 |  Для отправки решений необходимо выполнить вход.
 
 
 |