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