%begin
%integer i,j,k,l
select input(1)
read symbol(i); read symbol(j)
print symbol(i); print symbol(j)
read(k)
write(k,4); newline
%endofprogram
