import java.io.*;


/* comment */
public class D {
    private InputStream input= new FileInputStream("myfile");
}
