scripts/ege/13118674/12.py

10 lines
224 B
Python
Raw Normal View History

2023-05-05 00:45:01 +03:00
for x in range(70):
for y in range(70):
for z in range(70):
ed = y + z
dw = z
tr = x + y + z
if ed == 20 and dw == 10 and tr == 70:
print(x, y, z)