a=map(input().split("")) b="" for i in a: b+=i print(b)