tuncypasha's blog

By tuncypasha, history, 10 months ago, In English

Given an integer $$$n$$$, the next line contains $$$n$$$ integer. Third line contains an integer $$$q$$$. The next $$$q$$$ lines, contains $$$q$$$ queries. Query format is $$$l_i$$$, $$$r_i$$$. You have to answer to queries like this. If all the numbers that are less or equal than its index, that is, $$$a_l$$$ $$$≤$$$ $$$0$$$, $$$a_{l + 1}$$$ $$$≤$$$ $$$1$$$, $$${...}$$$, $$$a_r$$$ $$$≤$$$ $$${r - l}$$$.

Constraints are $$$n$$$ $$$≤$$$ $$$2 ⋅ {10 ^ 5}$$$, $$$q$$$ $$$≤$$$ $$$2 ⋅ {10 ^ 5}$$$.

Can you help me to solve this problem?

  • Vote: I like it
  • +1
  • Vote: I do not like it

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by tuncypasha (previous revision, new revision, compare).

»
10 months ago, hide # |
Rev. 2  
Vote: I like it +1 Vote: I do not like it

.

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Can you give constraints on values of the $$$n$$$ integers $$$a_1,a_2,...,a_n$$$ ? (upper + lower bound)

  • »
    »
    10 months ago, hide # ^ |
     
    Vote: I like it +6 Vote: I do not like it

    Anyway, no need for them.

    Solution :

    Spoiler
  • »
    »
    10 months ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    Constraints are $$$a_i$$$ $$$≤$$$ $$$10 ^ 9$$$