정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
674 45
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> print(math.lcm(a, b)) ^^^^ NameError: name 'math' is not defined. Did you forget to import 'math'?
30330
240 714
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> print(math.lcm(a, b)) ^^^^ NameError: name 'math' is not defined. Did you forget to import 'math'?
28560
438 158
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> print(math.lcm(a, b)) ^^^^ NameError: name 'math' is not defined. Did you forget to import 'math'?
34602