begin
comment read symbol string variable;
	string (20) s;
	read(s);
	write(s);
end.
