정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 5.9 0.3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if s < N : sol(data[s:N]) ~~~^^^^^^^^^^^ File "Main.py", line 16, in sol return rount(M / m, 3) ^^^^^ NameError: name 'rount' is not defined. Did you mean: 'round'?
5.900
5 0.0 0.0 6.2 7.5 0.2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if s < N : sol(data[s:N]) ~~~^^^^^^^^^^^ File "Main.py", line 16, in sol return rount(M / m, 3) ^^^^^ NameError: name 'rount' is not defined. Did you mean: 'round'?
46.500
5 0.7 0.2 0.0 0.5 0.5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> if(s < i): max(answer, sol(data[s:i])) ~~~^^^^^^^^^^^ File "Main.py", line 16, in sol return rount(M / m, 3) ^^^^^ NameError: name 'rount' is not defined. Did you mean: 'round'?
0.700