Last active
March 27, 2022 10:49
-
-
Save kzsuzuki/17ebc4e5f3f8c28e8bffd9fa5c8f0c64 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def blech(i: int) -> int: | |
i = i - 1 # 正しくは i = i + 1 | |
i = i // 30000 | |
return i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment