정답 개수:
78
틀린 개수:
0
실행 실패 개수:
22
1010
런타임 에러 (RTE)stderr: Traceback (most recent call last): File "Main.py", line 7, in <module> print(int(line[:2])) + int(line[2:]) TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
20