ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1000. A+B Problem

Sergey A+B Python [3] // Problem 1000. A+B Problem 9 Feb 2016 22:22
a = int(input())
b = int(input())
print (a+b)
_____________________
почему не правильно пишет?
ToadMonster Re: A+B Python // Problem 1000. A+B Problem 10 Feb 2016 16:28
Execute example as is - use one line input - "1<space>5<eol>".
You will see your solution doesn't work.
SanaKomissarova Re: A+B Python [1] // Problem 1000. A+B Problem 25 Mar 2016 13:30
Должно быть правильно... Я так же писала
Grimulin Re: A+B Python // Problem 1000. A+B Problem 19 Apr 2016 19:21
Не правильно потому, что ввод должен быть не: а - интер, b - интер,
а: а - пробел b - интер..