Leetcode 문제 이번에 풀어볼 문제는 리트코드 70번 문제 Climbing stairs 다. 우선 문제를 살펴보자. 리트코드 70번 문제 Climbing stairs 링크 Climbing Stairs - LeetCode Climbing Stairs - LeetCode Can you solve this real interview question? Climbing Stairs - You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? Example 1: Input: n =..