정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 )(
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if check_f(newstr)==True: File "Main.py", line 4, in check_f if curlist[i]=='(': TypeError: string indices must be integers
NO
1 ()
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if check_f(newstr)==True: File "Main.py", line 4, in check_f if curlist[i]=='(': TypeError: string indices must be integers
YES
1 )((())
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if check_f(newstr)==True: File "Main.py", line 4, in check_f if curlist[i]=='(': TypeError: string indices must be integers
NO