I have a question , need fast to do to two types of operations:
update: 1 x y element on position x become y;
query : 2 x y number of distinct numbers from the interval [ x , y ];
How to solve this problem,can someone help me??
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 161 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | Dominater069 | 154 |
8 | awoo | 154 |
10 | luogu_official | 150 |
Distinct numbers on an interval
I have a question , need fast to do to two types of operations:
update: 1 x y element on position x become y;
query : 2 x y number of distinct numbers from the interval [ x , y ];
How to solve this problem,can someone help me??
Rev. | Lang. | By | When | Δ | Comment | |
---|---|---|---|---|---|---|
en6 | Omega1 | 2015-07-04 14:42:44 | 37 | |||
en5 | Omega1 | 2015-07-04 14:42:12 | 60 | |||
en4 | Omega1 | 2015-07-04 14:37:25 | 7 | Tiny change: 'ition x being y;\n\n**2' -> 'ition x become y;\n\n**2' | ||
en3 | Omega1 | 2015-07-03 20:40:49 | 2 | Tiny change: 'being y;\n**2 x y*' -> 'being y;\n\n**2 x y*' | ||
en2 | Omega1 | 2015-07-03 20:40:16 | 2 | Tiny change: 'rations:\n**1 x y*' -> 'rations:\n\n**1 x y*' | ||
en1 | Omega1 | 2015-07-03 20:39:48 | 255 | Initial revision (published) |
Name |
---|