CodeOneSpoon
Integer 에서 String으로 변환하는 함수를 사용.
public static int solution(String s) { return Integer.parseInt(s); }