diff --git "a/lkhyun/202512/17 PGM Lv2 N\352\260\234\354\235\230 \354\265\234\354\206\214\352\263\265\353\260\260\354\210\230.md" "b/lkhyun/202512/17 PGM Lv2 N\352\260\234\354\235\230 \354\265\234\354\206\214\352\263\265\353\260\260\354\210\230.md" new file mode 100644 index 00000000..e170e927 --- /dev/null +++ "b/lkhyun/202512/17 PGM Lv2 N\352\260\234\354\235\230 \354\265\234\354\206\214\352\263\265\353\260\260\354\210\230.md" @@ -0,0 +1,15 @@ +```java +import java.util.*; +class Solution { + public int solution(int[] arr) { + int lcm = arr[0]; + for(int i = 1; i