Technic/Python
sys 사용한 readline 사용시 개행문자 제거
등촌동 꼬북이
2020. 11. 25. 02:00
sys.stdin.readline().strip()
...
sys.stdin.readline().strip()
...