import java.io.InputStream;
public class StringLeser {
test t = new test();
public class test {
public int read2 () throws IOException {
InputStream.read();
return 5;
}
}
}