I here have a simple input file
the first line is i/u, i stands for intersect and u stands for union
and the following two lines are numbers like this
2 3 5
4 6 7
if the first line is i
i
2 3 5
4 5 7
my output is suppose to look like this: 5
if the first line is u
u
2 3 5
4 5 7
my ouput is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.