import strutils, sequtils const M = 20001 LEN = 33 CNT = M div LEN type Point = tuple[x,y:int] ### # (ΦωΦ)<もっといい方法はないかな? proc mymapII(s:seq[string]):auto= result = (s[0].parseInt, s[1].parseInt) ### var n = stdin.readLine.parseInt blocks:seq[seq[seq[Point]]] = newSeqWith(CNT+1, newSeqWith(CNT+1, newSeq[Point](0))) res = 0 for i in 0..