정답 개수:
37
틀린 개수:
18
실행 실패 개수:
45
10 1 1 -339 40 320 -740 589 412 984 -869 -416 -222 2 1 4 1 7 227
-130
-719
9 4 1 -745 -426 996 -443 -225 -777 -35 -33 565 1 9 -22 2 6 7 1 1 584 1 8 849 1 8 944
-22
-812
12 3 2 883 -589 978 -408 -260 420 -822 -945 -77 -744 251 -13 1 12 -71 2 1 10 1 11 -790 2 7 8 1 12 907
-1384 -1844
-1564 -1767
11 2 1 373 692 -430 -708 276 94 -929 909 -188 -355 85 1 9 -617 1 6 170 2 10 11
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> print(hap(0,0,n,b,c,len(seg)-1)) ~~~^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 8, in hap return seg[floor][node] ~~~~~~~~~~^^^^^^ IndexError: list index out of range
-270
11 2 2 -183 -132 -509 230 -65 -804 -383 -373 716 918 545 1 4 -916 2 3 11 2 3 11 1 1 -256
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> print(hap(0,0,n,b,c,len(seg)-1)) ~~~^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 8, in hap return seg[floor][node] ~~~~~~~~~~^^^^^^ IndexError: list index out of range
-871 -871
12 2 2 -978 455 -266 198 557 92 -88 474 856 -347 -350 523 2 6 7 2 4 12 1 12 -49 1 1 -561
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> print(hap(0,0,n,b,c,len(seg)-1)) ~~~^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 12, in hap return hap(node*2,start,mid,b,c,floor-1)+hap(node*2+1,mid+1,end,b,c,floor-1) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 8, in hap return seg[floor][node] ~~~~~~~~~~^^^^^^ IndexError: list index out of range
4 1915