{
TASK:SCHOOL
LANG:PASCAL
}
var a,b,c:integer;
var a1:string;
begin
readln(a,b,c);
readln(a1);
readln(a1);
write('102 102');
end.
