373839404142434445
public class report { public static void main (String[] args) { Info i = new Info(); System.out.println(i); }
5678910111213
/* */ /* */ public class report /* */ { /* */ public static void main(String[] args) /* */ { /* 42 */ Info i = new Info(); /* */ /* 44 */ System.out.println(i); /* */ }