#!/bin/python import sys n = int(raw_input().strip()) m = map(int, raw_input().strip().split(' ')) # your code goes here print 1