Testcase AC (Beta)

제출 #47992

제출 정보

문제:IQ Test
언어:Python 3
상태:실행 중
실행 시간:4094 ms

제출 결과

정답 개수:

0

틀린 개수:

0

실행 실패 개수:

10

제출 코드

찾은 반례

입력:

2
-2 -9

오답 출력:

런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 45, in <module> print(j*number[n-1]+k) NameError: name 'j' is not defined. Did you mean: 'j1'?

정답 출력:

A

입력:

3
-44 -43 100

오답 출력:

런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 45, in <module> print(j*number[n-1]+k) NameError: name 'j' is not defined. Did you mean: 'j1'?

정답 출력:

20549

입력:

4
-4 -4 -1 0

오답 출력:

런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 45, in <module> print(j*number[n-1]+k) NameError: name 'j' is not defined. Did you mean: 'j1'?

정답 출력:

B