class Solution { public int solution(String s) { int answer = Integer.parseInt(s); return answer; } }
💬 문제 유형이 바뀌어서 간단한 문제가 되었다.