정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 2 d d b
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> m,n=map(int,input().split());a=set([input()for i in range(m)]);b=set([input()for i in range(n)]);c=list(a&b).sort();print(len(c));[print(i)for i in list(a&b)] TypeError: object of type 'NoneType' has no len()
1 d
2 1 ba be be
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> m,n=map(int,input().split());a=set([input()for i in range(m)]);b=set([input()for i in range(n)]);c=list(a&b).sort();print(len(c));[print(i)for i in list(a&b)] TypeError: object of type 'NoneType' has no len()
1 be
2 1 ac ccd ccd
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> m,n=map(int,input().split());a=set([input()for i in range(m)]);b=set([input()for i in range(n)]);c=list(a&b).sort();print(len(c));[print(i)for i in list(a&b)] TypeError: object of type 'NoneType' has no len()
1 ccd