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

Kozo Hoshino Python 3 . So strange . Runtime error (Russian plz) [3] // Problem 1000. A+B Problem 2 Nov 2019 14:57
a = float(input("a:"))
b = float(input("b:"))
print(a+b)

Edited by author 02.11.2019 14:57

Edited by author 02.11.2019 14:59
a = int(input())
b = int(input())
print(a+b)

Runtime error . what ?
Конобейцев Иван Олегович Re: Python 3 . So strange . Runtime error (Russian plz) [1] // Problem 1000. A+B Problem 18 Feb 2021 07:42
You are trying to get 2 inputs but there is only one