python sys.stdin.readline활용
import sys input = sys.stdin.readline input() input().split()
references : https://www.acmicpc.net/board/view/22716