Test 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 1, in <module>
A, B = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'Test 2
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 1, in <module>
A, B = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'Test 3
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 1, in <module>
A, B = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'Test 4
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 1, in <module>
A, B = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'