import java.io.*; class test { public static void main (String[] args) throws java.lang.Exception { System.out.println("hi"); } }
输入: