s = input().split('?') if len(s) < 2: print('Нет параметров') exit() for v in s[1].split('&'): print(v.replace('=', ': '))