输入: psvm 回车
输出:
public static void main(String[] args) { }
输入:fori 回车
for (int i = 0; i < ; i++) { }
输入:sout 回车
System.out.println();