import java.io.*; class Show{ public static void main (String[] args) throws IOException { for(int y=0; y<20; ++y) System.out.print(" "+System.in.read()); }}