leetcode String to Integer (atoi) -- 很无聊的题目

https://leetcode.com/problems/string-to-integer-atoi/

some cases

+10a
-1
-1b90909
+a80

see the post from
http://chaoren.is-programmer.com/posts/42951.html

你可能感兴趣的:(LeetCode)