정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> b = [int(input()) for _ in range(a)] ~~~~~^^ EOFError: EOF when reading a line
9
2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> b = [int(input()) for _ in range(a)] ~~~~~^^ EOFError: EOF when reading a line
17
15
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> b = [int(input()) for _ in range(a)] ~~~~~^^ EOFError: EOF when reading a line
77505