- Time : O(1)
- Space : O(1)
c++
1 | int Solution::atoi(const string A) { |