A. A + B (float) time limit per test: 1 second
memory limit per test: 256 megabytes
input: standard input
output: standard output
You are given two decimals a and b. Print a + b.
Input
The first line contains a decimal a and the second line contains a decimal b(-1000.0 Sa, b S 1000.0).
Output
Print a + b.
Examples
input
3.6
4.25
output
7.85
input
7.23
-3.33
output
3.9
input
-5.68
-11.789
output
-17.469

Shkolnik1ZloI Shkolnik1ZloI    3   28.11.2020 22:10    16

Другие вопросы по теме Информатика