4 lines
65 B
Text
4 lines
65 B
Text
|
|
INPUT n$
|
||
|
|
SPLIT n$ TO m$,n WITH " "
|
||
|
|
PRINT m$(0),m$(1),m$(0)+m$(1)
|