Merge pull request #1205 from LeUKi/patch-1

更新0122.买卖股票的最佳时机II:错字修正
This commit is contained in:
程序员Carl 2022-04-25 09:04:55 +08:00 committed by GitHub
commit a265932a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
本题首先要清楚两点:
* 只有一只股票!
* 当前只有买股票或者股票的操作
* 当前只有买股票或者股票的操作
想获得利润至少要两天为一个交易单元。