sys.stdin.readline 알고리즘 문제를 풀 때, input()을 사용해 입력을 받으면 시간 초과가 날 때가 있다. 이때, input() 대신에 sys.stdin.readline()을 사용하면 더욱 빠른 속도로 입력이 가능하다. 사용방법 1. 문자열 입력