์ฒด๊ฐ Level : โ โ โ Review: ๐ก๋ฑ์ฐจ์์ด ํน์ ๋ฑ๋น์์ด common์ด ๋งค๊ฐ๋ณ์๋ก ์ฃผ์ด์ง ๋, ๋ง์ง๋ง ์์ ๋ค์์ผ๋ก ์ฌ ์ซ์๋ฅผ return ํ๋๋ก solution ํจ์๋ฅผ ์์ฑํด๋ณด์ธ์. https://school.programmers.co.kr/learn/courses/30/lessons/120924 2 ๊ณต์ฐจ : ์๋ค ์ฐจ์ด ๊ฐ๊ณต๋น : ์๋ค ๋น์จ ๊ฐ 1) ๋ฑ์ฐจ์์ด์ธ ๊ฒฝ์ฐ / ๋ฑ๋น์์ด์ธ ๊ฒฝ์ฐ - ์ฐจ์ด ๊ฐ์ด ๊ฐ๋ค๋ฉด : ๋ฑ์ฐจ์์ด ๋ง์ง๋ง ๊ฐ + ๊ณต์ฐจ ๊ฐ - ์๋๋ผ๋ฉด : ๋ฑ๋น์์ด๋ง์ง๋ง ๊ฐ + ๊ณต๋น ๊ฐ class Solution { public int solution(int[] common) { int answer = 0; int x = common[1] - c..