int score=new Scanner(System.in).nextInt();
不能自动导入util包,就光标移至错误的位置,然后按住alt+回车,选择import导入java.util包
代码是没有什么问题的,你检查以下是不是没有导包import java.util.Scanner;