정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
15 32 48 4 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> max_i = L - max(ceil(A/C), ceil(B/D)) NameError: name 'ceil' is not defined
7
20 25 30 6 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> max_i = L - max(ceil(A/C), ceil(B/D)) NameError: name 'ceil' is not defined
15
22 379 2 44 11
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> max_i = L - max(ceil(A/C), ceil(B/D)) NameError: name 'ceil' is not defined
13