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

A+B Python
Posted by Sergey 9 Feb 2016 22:22
a = int(input())
b = int(input())
print (a+b)
_____________________
почему не правильно пишет?
Re: A+B Python
Posted by ToadMonster 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.
Re: A+B Python
Posted by SanaKomissarova 25 Mar 2016 13:30
Должно быть правильно... Я так же писала
Re: A+B Python
Posted by Grimulin 19 Apr 2016 19:21
Не правильно потому, что ввод должен быть не: а - интер, b - интер,
а: а - пробел b - интер..