// import java.io.*; public class ClassSystemIn { static public void main(String[] args) { System.out.println(System.in.getClass().getName()); } }