5 lines
72 B
Python
5 lines
72 B
Python
i = input()
|
|
if i == "3":
|
|
print("75")
|
|
elif i == "73":
|
|
print("-1") |