https://programmers.co.kr/learn/courses/30/lessons/12925
class Solution { public int solution(String s) { return Integer.parseInt(s); } }
한 줄짜리 답은 처음이자 마지막일 듯 🤣