Program Third;
Var k:integer;
Begin
K := 1;
Writeln(K);
End.

