diff --git a/多语言解法代码/solution_code.md b/多语言解法代码/solution_code.md index ba8d992..3b6a969 100644 --- a/多语言解法代码/solution_code.md +++ b/多语言解法代码/solution_code.md @@ -7879,7 +7879,7 @@ https://leetcode.cn/problems/ba-zi-fu-chuan-zhuan-huan-cheng-zheng-shu-lcof 的 // by chatGPT (cpp) class Solution { public: - int myAtoi(string str) { + int strToInt(string str) { int n = str.length(); int i = 0; // 记录正负号