py_code.log
로그인
py_code.log
로그인
2558. A+B-2
py_code
·
2020년 11월 17일
팔로우
0
백준
0
백준-브론즈5
목록 보기
8/57
solution 1 : 68ms
a
,
b
=
int
(
input
(
)
)
,
int
(
input
(
)
)
print
(
a
+
b
)
solution 2 : 72ms
L
=
[
int
(
input
(
)
)
for
_
in
range
(
2
)
]
print
(
sum
(
L
)
)
py_code
개발자를 꿈꿉니다.
팔로우
이전 포스트
2475. 검증수
다음 포스트
2845. 파티가 끝나고 난 뒤
0개의 댓글
댓글 작성
관련 채용 정보