当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

5618:Jam's problem again

题目描述
Jam like to solve the problem which on the 3D-axis,given $N(1 \leq N \leq 100000)$ points $(x,y,z)(1 \leq x,y,z \leq 100000)$

If two point such as $(x_i,y_i,z_i)$ and $(x_j,y_j,z_j) \ x_i \geq x_j \ y_i \geq y_j \ z_i \geq z_j$, the bigger one level add $1$

Ask for the each level of the point.
输入解释
The first line is $T(1 \leq T \leq 15)$ means $T$ Case

For each case

The first line is $N$ means the number of Point and next there are $N$ line, each line has $(x,y,z)$
输出解释
Output with N line,each line has one number means the lever of point
输入样例
1
4
10 4 7
10 6 6
8 2 5
7 3 10
输出样例
1
1
0
0
来自杭电HDUOJ的附加信息
Recommend hujie

该题目是Virtual Judge题目,来自 杭电HDUOJ

题目来源 BestCoder Round #70

源链接: HDU-5618

最后修改于 2020-10-25T23:24:15+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
5000/2500MS(Java/Others) 65536/65536K(Java/Others)