4 lines
198 B
Python
4 lines
198 B
Python
|
for lhs in (1000000000000000000000000, 10000000000100000000000000, 10012003400000000000000007, 12349083434598210349871029923874109871234789):
|
||
|
for rhs in range(1, 555):
|
||
|
print(lhs // rhs)
|