3 lines
93 B
Text
3 lines
93 B
Text
julia> println(parse(Int, readuntil(stdin, ' ')) + parse(Int, readuntil(stdin, '\n')))
|
|
1 2
|
|
3
|