永发信息网

杭电ACM,1152怎么做

答案:1  悬赏:70  手机版
解决时间 2021-05-06 07:10
  • 提问者网友:沉默的哀伤
  • 2021-05-05 10:43

Stan and Ollie play the game of Odd Brownie Points. Some brownie points are located in the plane, at integer coordinates. Stan plays first and places a vertical line in the plane. The line must go through a brownie point and may cross many (with the same x-coordinate). Then Ollie places a horizontal line that must cross a brownie point already crossed by the vertical line.

Those lines divide the plane into four quadrants. The quadrant containing points with arbitrarily large positive coordinates is the top-right quadrant.

The players score according to the number of brownie points in the quadrants. If a brownie point is crossed by a line, it doesn't count. Stan gets a point for each (uncrossed) brownie point in the top-right and bottom-left quadrants. Ollie gets a point for each (uncrossed) brownie point in the top-left and bottom-right quadrants.

Your task is to compute the scores of Stan and Ollie given the point through which they draw their lines.

InputInput contains a number of test cases. The data of each test case appear on a sequence of input lines. The first line of each test case contains a positive odd integer 1 < n < 200000 which is the number of brownie points. Each of the following n lines contains two integers, the horizontal (x) and vertical (y) coordinates of a brownie point. No two brownie points occupy the same place. The input ends with a line containing 0 (instead of the n of a test).
Output

For each test case of input, print a line with two numbers separated by a single space. The first number is Stan's score, the second is the score of Ollie when their lines cross the point whose coordinates are given at the center of the input sequence of points for this case.

Sample Input11
3 2
3 3
3 4
3 6
2 -2
1 -3
0 0
-3 -3
-3 -2
-3 -4
3 -7
0 Sample Output6 3
最佳答案
  • 五星知识达人网友:上分大魔王
  • 2021-05-05 11:34
#include<iostream>#include<string>#include<algorithm>using namespace std;__int64  n;bool fit(int v,int w,int x,int y,int z)int main(); while(scanf("%I64d",&n))   sort(s.begin(),s.end());  sort(a,a+s.length()); for(i=0;i<s.length();i++)    }    }    }   }  } }     if(num[2]==' ')  else  num[0]='n'; num[1]='o'; num[2]=' '; num[3]='s'; num[4]='o'; num[5]='l'; num[6]='u'; num[7]='t'; num[8]='i'; num[9]='o'; num[10]='n'; s.erase(); } return 0;}
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯