import random a,b=input().split(',') random.seed(int(a)+int(b)) for i in range(20): print(chr(random.randint(32,127)),end='')