Submission details
Task:A + B
Sender:testi
Submission time:2016-09-04 01:20:05 +0300
Language:Python3
Status:READY
Result:
Test results
testverdicttime
#10.02 sdetails
#20.02 sdetails
#30.02 sdetails
#40.02 sdetails
#50.02 sdetails
#60.02 sdetails
#70.02 sdetails
#80.02 sdetails
#90.02 sdetails
#100.02 sdetails

Code

from sys import stdin, stdout

def main():
	a, b = stdin.readline().split()
	a = int(a)
	b = int(b)
	stdout.write(a+b)


if __name__ == "__main__":
    main()    

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 11, in <module>
    main()...

Test 2

Verdict:

input
-6 4

correct output
-2

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...

Test 3

Verdict:

input
-882818 -697825

correct output
-1580643

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...

Test 4

Verdict:

input
-357110 -868193

correct output
-1225303

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...

Test 5

Verdict:

input
577866 -227464

correct output
350402

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...

Test 6

Verdict:

input
571335 750047

correct output
1321382

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...

Test 7

Verdict:

input
744471 719178

correct output
1463649

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...

Test 8

Verdict:

input
629697 -138795

correct output
490902

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...

Test 9

Verdict:

input
308833 436123

correct output
744956

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...

Test 10

Verdict:

input
-486131 -888278

correct output
-1374409

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 11, in <module>
    main()...