ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Обсуждение задачи 1000. A+B Problem

what answer in python
Послано krisanapat 26 янв 2015 10:04
Re: what answer in python
Послано north34960 2 фев 2015 09:23
hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha
Re: what answer in python
Послано Evgeny 2 фев 2015 15:14
a = input()
b = input()
print a + b

it is wrong answer, why?
Re: what answer in python
Послано Facundo Dario Illanes 6 фев 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
Послано Theerapak 5 авг 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