import java.util.*; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int score = scanner.nextInt(); //write your code here...... scanner.close();//**关闭输入器 try{ if(0<=score&&score<=100){ System.out.pri...