import java.util.*; public class Main { public static void main (String[] args) { Scanner sc = new Scanner(System.in); } }
这种方式输入会比较慢,建议使用BufferedReader作为输入,Scanner性能较差
嗯嗯 对大多数题感觉够用了
这种方式输入会比较慢,建议使用BufferedReader作为输入,Scanner性能较差
嗯嗯 对大多数题感觉够用了