정답 개수:
64
틀린 개수:
22
실행 실패 개수:
14
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
3 1 3 2
0
4 1 4 3
0
4 1 2 4
0
2 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> num1, num2 = map(int , input().split()) ~~~~~^^ EOFError: EOF when reading a line
0
3 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> num1, num2 = map(int , input().split()) ~~~~~^^ EOFError: EOF when reading a line
0
4 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> num1, num2 = map(int , input().split()) ~~~~~^^ EOFError: EOF when reading a line
0