목록백준 (1)
갬미의 성장일기
[error] 주피터 sys.stdin.readline 오류
주피터에서 다음 소스코드를 입력하면 아래와 같은 오류가 발생한다 import sys input = sys.stdin.readline n, m = map(int,input().split()) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in 2 3 input = sys.stdin.readline ----> 4 n, m = map(int,input().split()) ValueError: not enough values to unpack (expected 2, got 0) 대체 뭐가 문제냐 ~ 했는데 sys를 import하지 않으면 해결된..
Algorithm/Troubleshooting
2021. 12. 28. 02:00