정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 5 lphtb
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> data = open(0).split() AttributeError: '_io.TextIOWrapper' object has no attribute 'split'
lphtb
2 2 aaaa abab
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> data = open(0).split() AttributeError: '_io.TextIOWrapper' object has no attribute 'split'
aaaa abab
5 1 b a a b b
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> data = open(0).split() AttributeError: '_io.TextIOWrapper' object has no attribute 'split'
b a