CSES - E4590 2020 0 - Results
Submission details
Task:A + B
Sender:Alex Hartto
Submission time:2020-09-05 18:43:07 +0300
Language:PyPy3
Status:READY
Result:
Test results
testverdicttime
#10.07 sdetails
#20.10 sdetails
#30.07 sdetails
#40.07 sdetails
#50.07 sdetails
#60.07 sdetails
#70.08 sdetails
#80.07 sdetails
#90.07 sdetails
#100.07 sdetails

Code

import sys 

int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])

Test details

Test 1

Verdict:

input
3 5

correct output
8

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 2

Verdict:

input
-6 4

correct output
-2

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 3

Verdict:

input
-882818 -697825

correct output
-1580643

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 4

Verdict:

input
-357110 -868193

correct output
-1225303

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 5

Verdict:

input
577866 -227464

correct output
350402

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 6

Verdict:

input
571335 750047

correct output
1321382

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 7

Verdict:

input
744471 719178

correct output
1463649

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 8

Verdict:

input
629697 -138795

correct output
490902

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 9

Verdict:

input
308833 436123

correct output
744956

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range

Test 10

Verdict:

input
-486131 -888278

correct output
-1374409

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    int(sys.argv[1].split(' ')[0]) + int(sys.argv[1].split(' ')[1])
IndexError: list index out of range