# Sum of Two Numbers
Read two integers a and b from standard input (on one line, space-separated) and print their sum.
# Sum of Two Numbers
Read two integers a and b from standard input (on one line, space-separated) and print their sum.
4 test cases will be run on submit (sample tests shown above are also graded).