program small(input, output);
begin
	writeln('this is small', 1 div 0);
end.
