mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-06 15:09:40 +08:00
docs: Update 1365,统一为中文冒号
This commit is contained in:
@ -115,7 +115,7 @@ public:
|
||||
|
||||
## 其他语言版本
|
||||
|
||||
### Java:
|
||||
### Java:
|
||||
|
||||
```Java
|
||||
public int[] smallerNumbersThanCurrent(int[] nums) {
|
||||
@ -253,7 +253,7 @@ var smallerNumbersThanCurrent = function(nums) {
|
||||
};
|
||||
```
|
||||
|
||||
### TypeScript:
|
||||
### TypeScript:
|
||||
|
||||
> 暴力法:
|
||||
|
||||
@ -293,7 +293,7 @@ function smallerNumbersThanCurrent(nums: number[]): number[] {
|
||||
};
|
||||
```
|
||||
|
||||
### Rust
|
||||
### Rust:
|
||||
```rust
|
||||
use std::collections::HashMap;
|
||||
impl Solution {
|
||||
|
Reference in New Issue
Block a user