문제설명
코드
class Solution { public int solution(int num1, int num2) { int answer = 0; return answer; } }