# 두 값이 함께 커지는 조건 # Question: 재접속 폭주에서 무엇이 함께 커지는가? direction: right n0: "재접속 폭주" { shape: rectangle } n1: "계수기" { shape: rectangle } n2: "경계 · 맵" { shape: rectangle } n0 -> n1: "같은 값 읽고 통과" n1 -> n2: "계수기 증가" n2 -> n0: "경계 초과 · 맵 증가"