题解列表

筛选

核电站问题-题解(Java代码)

摘要:解题思路:注意事项:我去,居然没有超时,看来输入数据都不算大。参考代码:import java.util.*;public class TEST {public static int[]a=new i……