Ответ:
8
Объяснение:
for a in range(1,200):
for i in range(2,20):
c=a-1
z=c+a
n=a
b=''
v=c
f=''
t=z
r=''
while n>0:
b=str(n%i)+b
n=n//i
while v>0:
f=str(v%i)+f
v=v//i
while t>0:
r=str(t%i)+r
t=t//i
if (a+c)==z and b=='66' and f=='65' and r=='153':
print(i)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
8
Объяснение:
for a in range(1,200):
for i in range(2,20):
c=a-1
z=c+a
n=a
b=''
v=c
f=''
t=z
r=''
while n>0:
b=str(n%i)+b
n=n//i
while v>0:
f=str(v%i)+f
v=v//i
while t>0:
r=str(t%i)+r
t=t//i
if (a+c)==z and b=='66' and f=='65' and r=='153':
print(i)