정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
BAAAABBBBABABA BABAAAABBBBABABAABA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> ans = f(T,S) File "Main.py", line 7, in f if len(T) < S: ^^^^^^^^^^ TypeError: '<' not supported between instances of 'int' and 'str'
1
A AAABBBAABBABBBAAABBBBBABBABBABBABAAAABAABB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> ans = f(T,S) File "Main.py", line 7, in f if len(T) < S: ^^^^^^^^^^ TypeError: '<' not supported between instances of 'int' and 'str'
0
AABAAAAA BBAABAABBAABBAAAAABAABAABAAABBAAAAABABA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> ans = f(T,S) File "Main.py", line 7, in f if len(T) < S: ^^^^^^^^^^ TypeError: '<' not supported between instances of 'int' and 'str'
1