-
class Solution { public int solution(String s) { return Integer.valueOf(s); } } - 성공 - 그냥 Integer.valueOf 함수가 생각났다