Internationali­zation Puzzles

Unicode passwords redux

Following up from puzzle 3, the IT department at TOPlap didn't like the results of their first study. They decided to try out a different password policy.

The new requirements are as follows:

Given this test input:

iS0
V8AeC1S7KhP4Ļu
pD9Ĉ*jXh
E1-0
ĕnz2cymE
tqd~üō
IgwQúPtd9
k2lp79ąqV

Your input is a list of passwords, one on each line. Write a program that checks if each password meets the requirements. Your answer should be the number of passwords that are valid. In the test input given above, the number of valid passwords is '2'.

Reading & reference materials


  1. Which letters are considered vowels depends on the language. Here we're following the common English definition. 

To play, please log in with one of these options:
GitHub Login | Google Login