Skip to content

Commit

Permalink
Update 1-字符串.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a48zhang authored Aug 18, 2024
1 parent dae4a49 commit 4cffd6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1-字符串.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ array<int,2> cala(int l){

### 从一队偷的Hash

提示:调用时要从1开始数数。传入的字符串不用做特殊处理。

```cpp
std::mt19937 rng(std::chrono::steady_clock::now().time_since_epoch().count());

Expand Down

0 comments on commit 4cffd6f

Please sign in to comment.