const gcd = (a, b) => b === 0 ? a : gcd(b, a % b); // gcd(10, 15) === 5
등록된 댓글이 없습니다.
코리아뉴스 2001 - , All right reserved. 더보기