Skip to content

Commit 065a50a

Browse files
committed
🐜 Study: λ©€μ©‘ν•œ μ‚¬κ°ν˜•
1 parent 6aa0f73 commit 065a50a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from math import gcd
2+
def solution(w, h): return w * h - w - h + gcd(w, h)

0 commit comments

Comments
Β (0)