这个打印语句没有加封号
Java语句需要分号结尾。例如你这里需要这样写:public class Hello {public static void main(String[] args) {System.out.println("Hello World");}}
一条语句需要;分号结束