import sys input = sys.stdin.readline S=input().strip() T=input().strip() print(S[0]+"."+T[0]+".")