입력

sys.stdin.readline

예시

readline = sys.stdin.readline

N, M = map(int, readline().split())

출력

sys.stdout.write