为了让用户能够自己设置变量的值,需要能够从键盘输入值。为此,使用了 in 对象,它是这样写的: <前> 扫描仪输入=新扫描仪(System.in); 但要使其正常工作,您必须先使用 import java.util.Scanner 导入它 要获取整数值,请使用 in.nextInt();,其结果必须分配给变量。 例如, <前> int a = in.nextInt();
in
import java.util.Scanner
in.nextInt();
a
b
1000 ms 32 Mb Rules for program design and list of errors in automatic problem checking