So I have a program that generates 2 ints separated by a space (eg '5 93' or '34 115'). I need to set the first to one int, and the second to another. I have no idea how large the numbers would be ('21478 61247' is a possibility, so is '6 3'). How would I do this?