Now kanade has n distinct points and she want to know how many non-empty subset of these points is good.
The first line has one integer n
Then there are n lines,each line has two integers x,y denote a point (x,y)
Output the answer module 998244353
1<=n<=10^5
1<=x, y<=10^9