class Solution { public int solution(int M, int N) { int answer = 0; return answer; } }
class Solution { public int solution(int M, int N) { return M * N - 1; } }
예시를 보고 규칙을 발견해내자.
종이 자르기 Lv. 0