n = [0] * 20 for i in range (20): n [i] = int (input()) for j in range (20): print ("N["+ str(j) + "] =", n.pop())