# # a + b # # read a string containing the two ints decl string input set input (in string console) # determine the sum decl int sum set sum (int (+ sum (int (split input " ")<0>))) set sum (int (+ sum (int (split input " ")<1>))) # output the sum out sum endl console