摘要:
import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Main { private static final String REGEX = "[0-9a-z]{ 阅读全文
摘要:
第三题 package sougo; import org.junit.Test; import java.util.*; public class Main01 { class Interval { int start; int end; Interval(int start, int end) 阅读全文
摘要:
import java.util.*; public class Main { static boolean[] used ; static int res; static void dfs(List<Integer>[] g, Map<Integer, Map<Integer,Integer>> 阅读全文