Regarding the current events in Ukraine:
CEASE*FIRE=AUDIENCE
Solving the above, decode 03952 and comment how the result describes the status.
Solving the above, decode 03952 and comment how the result describes the status.
@author: Larry
CEASE FIRE AUDIENCE
16906 5486 92746316
03952
SNAFU
The word snafu was originally an acronym for
Situation Normal, All F---ed Up
sometimes the word "fouled" was substituted in.
I believe the origin was US military jargon during or shortly before WWII
------------
for C in range(0,10):
for E in range(0,10):
if C==E:
continue
for A in range(0,10):
if C==A or E==A:
continue
for S in range(0,10):
if C==S or E==S or A==S:
continue
for F in range(0,10):
if C==F or E==F or A==F or S==F:
continue
for I in range(0,10):
if C==I or E==I or A==I or S==I or F==I:
continue
for R in range(0,10):
if C==R or E==R or A==R or S==R or F==R or I==R:
continue
for U in range(0,10):
if C==U or E==U or A==U or S==U or F==U or I==U or R==U:
continue
for D in range(0,10):
if C==D or E==D or A==D or S==D or F==D or I==D or R==D or U==D:
continue
for N in range(0,10):
if C==N or E==N or A==N or S==N or F==N or I==N or R==N or U==N or D==N:
continue
CEASE=C*10000+E*1001+A*100+S*10
FIRE=F*1000+I*100+R*10+E
AUDIENCE=A*10000000+U*1000000+D*100000+I*10000+E*1001+N*100+C*10
if CEASE*FIRE==AUDIENCE:
print(CEASE, FIRE, AUDIENCE)
|
Posted by Larry
on 2023-05-31 10:53:49 |