You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

417 B

运行记录

正常情况

$ javac MainSeven.java && java MainSeven
Cannot handle empty input
Cannot handle input: "y76"
375

文件移动或删除

$ javac MainSeven.java && java MainSeven
File not found: scores.txt (系统找不到指定的文件。)

删除文件读取权限

$ javac MainSeven.java && java MainSeven
File not found: scores.txt (拒绝访问。)