eolymp
bolt
Try our new interface for solving problems
Problems

Спор

published at 7/24/23, 9:32:12 pm

Аахахах, класс задача, как такое решать?)

published at 1/22/24, 12:41:20 pm

n=int(input()) n=n+n//2 m=int(input()) if n==m: print("Tie") else: if n<m: print("Sauron") else: print("Saruman")