program test(input,output); imports r123 from r123; var i:long; begin r1(1234); i:=999 ; r2(i) ; writeln(i) ; r3('hi there!') end.