if(score>80){
if(sex.equals("女"))
System.out.println("进入女子组决赛");
else
System.out.println("进入男子组决赛");
}
System.out.println("无法进入决赛");
结尾多了右括号了