摘要:
题目: As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by som 阅读全文
摘要:
class MyCalendar { class Seg { int l; int r; boolean val; Seg left; Seg right; public Seg(int x, int y) { this.l = x; this.r = y; this.val = false; th 阅读全文
摘要:
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * @author fishcanfly */ public class Main { /** * mai 阅读全文