nwerc-082 2016-11-19 10:42:12 +00:00
джерело 2ec2ac57d2
коміт 3605f3204f
1 змінених файлів з 5 додано та 0 видалено

5
C.py Normal file

@ -0,0 +1,5 @@
from __future__ import print_function
import sys
P = sys.stdin.readline().rstrip()
N = 26-len(set(P))
print(N if N != 0 else "impossible")