Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit309ecc9

Browse files
authored
更新 0739.每日温度 Python3 版本
1 parentc369db5 commit309ecc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎problems/0739.每日温度.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Java:
211211
}
212212
```
213213
Python:
214-
''' Python3
214+
```Python3
215215
classSolution:
216216
defdailyTemperatures(self,temperatures: List[int]) -> List[int]:
217217
answer= [0]*len(temperatures)
@@ -228,7 +228,7 @@ class Solution:
228228
stack.append(i)
229229

230230
return answer
231-
'''
231+
```
232232
Go:
233233

234234
> 暴力法

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp