py_code.log
로그인
py_code.log
로그인
15964. 이상한 기호
py_code
·
2020년 11월 17일
팔로우
0
백준
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
)
py_code
개발자를 꿈꿉니다.
팔로우
이전 포스트
15962. 새로운 시작
다음 포스트
16170. 오늘의 날짜는?
0개의 댓글
댓글 작성
관련 채용 정보