a = int(input())
if a < 0:
    print(a*a "square in meter")
else:
    print("not zero or negative")