Search posts...
class Solution { public int solution(String n_str) { return Integer.parseInt(n_str); } }
stupefyee