풀이
_1 = int(input())
_2 = int(input())
str_2 = str(_2)
print(_1 * int(str_2[2]))
print(_1 * int(str_2[1]))
print(_1 * int(str_2[0]))
print(_1*_2)
'인문학도 개발일지 > 1일1알고리즘' 카테고리의 다른 글
[알고리즘] 백준 5543 : 상근날드 파이썬 풀이 (0) | 2020.03.16 |
---|---|
[알고리즘] 백준 10039 : 평균 점수 파이썬 풀이 (0) | 2020.03.16 |
[알고리즘] 백준 10430 : 나머지 파이썬 풀이 (0) | 2020.03.14 |
[알고리즘] 백준 10869 : 사칙연산 파이썬 풀이 (0) | 2020.03.14 |
[알고리즘] 백준 1008 : A/B 파이썬 풀이 (0) | 2020.03.14 |