program C2; {$APPTYPE CONSOLE} var x:array[1..100] of integer; begin readln; end.