1. import sys 사용하기 import sys input_data = sys.stdin.readline().rstrip() # 기존 인풋 방식 input_data = input() 2. python3 아닌 pypy로 제출하기 (메모리 효율성은 저하됨)