Index
의견: 0
The \(h-in\)dex is an auth\(or-le\)vel metric that measures both the productivity and citation impact of the
publications of a scientist or scholar. It is defined as the maximum value of \(h\) such that the given author
has published \(h\) papers that have each been cited at least \(h\) times.
Our Mirko is nearing retirement. In his life he had published \(n\) papers and now \(q\) times he asks himself
the following: “I wonder, what would be my \(h-in\)dex had I only published papers \(l@@RISE_MATH_BLOCK_0@@i\)?”
Help him calculate the answers.
Subtask 1 (20 points): \(1 \le n\), \(q \le 1000\)
Subtask 2 (40 points): \(1 \le n\), \(q \le 50\,000\)
Subtask 3 (50 points): No additional constraints. Example input 7 6 3 2 3 1 1 4 7 3 4 1 7 1 6 4 5 1 2 5 7 output
Subtask 1 (3 points): —
Subtask 3 (1 points): —
Subtask 2 (2 points): —
The first line contains integers \(n\) and \(q\) (\(1 \le n\), \(q \le 200\,000\)), the number of papers and the number of
questions.
The second line contains \(n\) integers \(p@@RISE_MATH_BLOCK_0@@i \le 200\,000\)), where \(p@@RISE_MATH_BLOCK_1@@i\) and \(r@@RISE_MATH_BLOCK_2@@i \le r\)\(i \le n\)), the endpoints from the \(i-th\)
question.
Output \(q\) lines. In the \(i-th\) line output the answer to the \(i-th\) question.
7 6
3 2 3 1 1 4 7
3 4
1 7
1 6
4 5
1 2
5 7
1
3
3
1
2
2
평가 및 의견
Index
Log in to rate problems.
아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.
풀이 제출
Index