From ae286d8eaf4fad408947df5337382854d5fa8dec Mon Sep 17 00:00:00 2001 From: aiwandianao <237921308@qq.com> Date: Sun, 2 Apr 2023 14:57:41 +0800 Subject: [PATCH] update function name --- 多语言解法代码/solution_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // 记录正负号