[정올 1658] 최대공약수와최소공배수 http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=931&sca=99&sfl=wr_hit&stx=1658 JUNGOL www.jungol.co.kr #include int get_gcd(int x, int y) { int i, ans = 0; for (i = 1; i 프로그래밍 알고리즘 2023.01.05