15964. 이상한 기호

py_code·2020년 11월 17일
0

백준-브론즈5

목록 보기
50/57

solution 1 : 72ms

a,b = input().split()
print(int(a)**2-int(b)**2)

solution 2 : 72ms

a,b = map(int, input().split())
print(a**2-b**2)
profile
개발자를 꿈꿉니다.

0개의 댓글

관련 채용 정보