정답 개수:
92
틀린 개수:
0
실행 실패 개수:
8
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
4 -8 -8 0 -5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if (a3 - a2) % (a2 - a1): ~~~~~~~~~~^~~~~~~~~~~ ZeroDivisionError: integer modulo by zero
B
5 -8 -8 -4 -8 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if (a3 - a2) % (a2 - a1): ~~~~~~~~~~^~~~~~~~~~~ ZeroDivisionError: integer modulo by zero
B
5 -9 -9 -6 -2 -5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if (a3 - a2) % (a2 - a1): ~~~~~~~~~~^~~~~~~~~~~ ZeroDivisionError: integer modulo by zero
B