There are $$$n$$$ students in the class.
Some of them participated in olympiads:
Some students may have participated in several olympiads at once.
Help the teacher estimate how many students might not have participated in any of these olympiads. Find the minimum and maximum possible number of students who did not participate in any olympiad.
The first line of the input contains one number $$$n$$$ — the number of students in the class ($$$1 \le n \le 2 \cdot 10^5$$$).
In the second, third, and fourth lines, the numbers $$$a$$$, $$$b$$$, and $$$c$$$ are given respectively ($$$0 \le a, b, c \le n$$$).
In the first line, output the minimum possible number of students who did not participate in any olympiad. In the second line, output the maximum possible number of such students.
10753
0 3
7777
0 0