#1171. 比x大的数字数量
比x大的数字数量
Cannot parse: (0 , import_utils.normalizeSubtasks) is not a function or its return value is not iterable
Background
Special for beginners, ^_^
Description
有一个 个数字的序列 ,将会有 次询问,每次询问比 大的数字的数量有多少个。
Format
Input
Output
一行输出 个整数,分别表示一次针对 的回答
Samples
5
1 2 3 4 5
5
1 2 3 4 5
4 3 2 1 0
5
5 2 3 1 4
5
4 6 3 1 2
1 0 2 4 3
Limitation
的数据,
的数据如下:
1s, 1024KiB for each test case.
Related
In following contests: