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

Commit66b72f3

Browse files
authored
Fixed name of file
1 parentf9b1daa commit66b72f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎python/2554-maximum-number-of-integers-to-choose-from-a-range-I.pyrenamed to‎python/2554-maximum-number-of-integers-to-choose-from-a-range-i.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
classSolution:
22
defmaxCount(self,banned:List[int],n:int,maxSum:int)->int:
3-
nums= {x:1forxinrange(1,n+1)}# hashmap for storing the required elements
3+
nums= {x:1forxinrange(1,n+1)}# hashmap for storing the required elements
44
foriinbanned:
55
ifnums.get(i):
66
delnums[i]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp