输入与输出 常见输入输出的一个示例: import static java.lang.Math.*; import java.io.*; import java.nio.charset.StandardCharsets; import java.nio.file.Path; import java.util.Scanner; public class hello { public static void main(String[] args) throws IOException { Scanner in = ne…