# Read the first line containing N and M N, M = map(int, input().split()) # Output N as the minimal TSP cycle weight print(N)