#1자리 정수 2개를 입력받고 출력하시오
a=input()
b=input()
a=int(a)
b=int(b)
print(a)
print(b)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: