728x90
반응형
문제는 이러합니다.
이전의 1000번 문제를 푸신 분들에게는 수월했겠네요.
split() 함수를 이용해줍니다.
[ Code ]
a,b=input().split()
print(int(a)*int(b))
728x90
반응형
'Archive > Develop' 카테고리의 다른 글
[ Python ] 백준 1008번 A/B 풀이 (0) | 2020.12.27 |
---|---|
[ Python ] 백준 1001번 A-B 풀이 (0) | 2020.12.27 |
[ Python ] 백준 1000번 A+B 풀이 (0) | 2020.12.27 |
[ Python ] 백준 2557번 Hello World 풀이 (0) | 2020.12.27 |
[ 텐서플로우 ] 텐서플로우 세션 에러 (AttributeError: module 'tensorflow' has no attribute 'Session') (0) | 2020.12.19 |