4 lines
86 B
Text
4 lines
86 B
Text
x$=Input()
|
|
a=Val(StringField(x$,1," "))
|
|
b=Val(StringField(x$,2," "))
|
|
PrintN(str(a+b))
|