Test 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 1, in <module>
m,n = input().split().strip()
AttributeError: 'list' object has no attribute 'strip'. Did you mean: sort?Test 2
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 1, in <module>
m,n = input().split().strip()
AttributeError: 'list' object has no attribute 'strip'. Did you mean: sort?Test 3
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 1, in <module>
m,n = input().split().strip()
AttributeError: 'list' object has no attribute 'strip'. Did you mean: sort?Test 4
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 1, in <module>
m,n = input().split().strip()
AttributeError: 'list' object has no attribute 'strip'. Did you mean: sort?