로봇의 최대 이동 가능 거리가 D일 때, 전체 영역을 감시할 수 있는지 여부를 계산 @param N 로봇의 수 @param L 감시 영역의 길이 @param D 최대 이동 가능 거리 @param robots
(int N, int L, int D, Robot[] robots)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected