x = input()
y = input()
z = input()
if (x*x + y*y > z*z):
    print(0)
   여기까지 하면


can't multiply sequence by non-int of type 'str'

이런 오류뜨는데 어찌하냐