Update 09_long.py

This commit is contained in:
BLUELOVETH 2024-03-29 02:52:57 +08:00 committed by GitHub
parent 16b0c0bab3
commit c0d497bc3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ assert 2L ** 200 // 3L ** 100 == 3117982410207L
assert 2L ** 500 // 3L ** 200 == 12323863745843010927046405923587284941366070573310012484L
assert 2L ** 500 % 3L ** 200 == 242990057207501525999897657892105676264485903550870122812212566096970021710762636168532352280892L
assert 3L**500 // 3L**400 == 3**100
assert 3L**500 // 3L**400 == 3L**100
assert 4562645248L // 3L == 1520881749L
assert 4562645248L // -3L == -1520881749L
assert 3L**10 // 2L**200 == 0