# Enter your code here. Read input from STDIN. Print output to STDOUT n, k = map(int, raw_input().split()) c = map(int, raw_input().split()) b = [1 for _ in c] cost = 0 print 1