Test 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '3 2 4'
Test 2
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '1 1 1'
Test 3
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '1 1 2'
Test 4
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '2 1 1'
Test 5
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '2 5 7'
Test 6
Verdict: RUNTIME ERROR
correct output |
---|
1000000 1000000 |
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '1 1000 1000'
Test 7
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '1000 1000 1000'
Test 8
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '1000 1 1'
Test 9
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '997 995 997'
Test 10
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '997 994 997'
Test 11
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '997 996 995'
Test 12
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '997 996 996'
Test 13
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
people_count = int(input())
ValueError: invalid literal for int() with base 10: '997 995 499'