list=input().split(',')
a, b=list[0].split('='),list[1].split('=')
print('a=%s,b=%s' % (b[1], a[1]))