In this practice, we want to find the maximum number, minimum number, and sum of the integer sequence.
There are some integer numbers in line, separate by “ ”.
Print the maximum number, minimum number, and sum of the sequence, separate them by “ ”.
Don’t forget to print “\n” in the end.