N = int(input()) S = input() if N%2 == 1: exit(print("No")) print("Yes") print(S[:N:2], S[1:N:2])