Update 09_long.py

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

View File

@ -45,7 +45,6 @@ assert 2L ** 500 % 3L ** 200 == 242990057207501525999897657892105676264485903550
assert 3L**500 // 3L**400 == 3L**100
assert 4562645248L // 3L == 1520881749L
assert 4562645248L // -3L == -1520881749L
assert 3L**10 // 2L**200 == 0
assert 2L**500 % 3L**200 == 242990057207501525999897657892105676264485903550870122812212566096970021710762636168532352280892L
assert divmod(10L**115, 3L**47) == (376098003656605353510839433041026531338835641081336270795298342081499446459650747504311257564L, 10150482013473427429132L)