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

what answer in python
Posted by krisanapat 26 Jan 2015 10:04
Re: what answer in python
Posted by north34960 2 Feb 2015 09:23
hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha
Re: what answer in python
Posted by Evgeny 2 Feb 2015 15:14
a = input()
b = input()
print a + b

it is wrong answer, why?
Re: what answer in python
Posted by Facundo Dario Illanes 6 Feb 2015 23:27
the example code in "how to write python solutions" is  functional programming style. I supposed thats what is acceptable. By the way, neither works with raw_input() and int()
Re: what answer in python
Posted by Theerapak 5 Aug 2015 18:09
you should try to use
raw_input().split() because the input is in the same line
listname[0]+listname[1]
I won't include the correct solution

Edited by author 05.08.2015 18:11

Edited by author 05.08.2015 18:12