Skip to content

Commit

Permalink
sirni sol and other things
Browse files Browse the repository at this point in the history
  • Loading branch information
SansPapyrus683 committed Dec 7, 2023
1 parent 497042c commit 89fb705
Show file tree
Hide file tree
Showing 13 changed files with 306 additions and 123 deletions.
2 changes: 1 addition & 1 deletion content/2_Bronze/Ad_Hoc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ for i in range(k):

def check():
"""
:return whether it's possible to construct a
:return: whether it's possible to construct a
valid ordering with given fixed elements
"""
new_order = order.copy()
Expand Down
2 changes: 1 addition & 1 deletion content/3_Silver/Intro_Bitwise.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def ask(s: str, a: int, b: int) -> int:


def sum(a: int, b: int) -> int:
""":return the sum of the elements at a and b (0-indexed)"""
""":return: the sum of the elements at a and b (0-indexed)"""
a += 1
b += 1
and_ = ask("and", a, b)
Expand Down
Loading

0 comments on commit 89fb705

Please sign in to comment.