import std; void main(){ auto input = readln.chomp.split.to!(int[]); writeln(1); }