DEV/알고리즘 문제 풀이
10998번
krokerdile
2021. 3. 12. 16:52
728x90
c=input()
a=int(c[0])
b=int(c[2])
print(a*b)
상태가 심각하다..
근데 원래 맨윗줄은 저렇게 받아줘야 되는건가..?
728x90