错误到底在哪?
public class HelloWorld{ public static void main(String[] args){ } }
丢了两个尖括号
丢了两个大括号 而且if条件括号和大括号之间没有;号
最后加两个
}