import sys
import random

users = sys.stdin.readline().split(', ')
print random.choice(users)