HDU 4614 Vases and Flowers(サブルック+線分ツリー区間更新)
アイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイアイower in it,the the the the the the she will tre will put in the vase A+1、A+2、…、N-1、until there isのflower lefr r she the vase N-1.The left flowers will will be discarded.Of course、someclclclclclcleesssssssclclclclclclclclclclclclclclclclclclclclclclclclclclclamamamamamamamamamshshshshshshshshshshshshshshshshshshshshshshshshshshshshe e e e e e e e e e e e e e e e e e e e e e e eベルドfrom A to B(A<=B).The flowers in the cleaned vases will be discarded.
Input The first line contains an integer T,indicating the number of test cases.
For each test case,the first line contains two integers N(1<N>50001)and M(1<M<50001).N is the number of vases,and M is the operation s of Alice.Each of the next M lineas M lines containtements.The firse 1.interst.then two integers A and F followw.It means Alice receive F flowers and try to put a flower in the varst.If K is 2,then twotegers A and B followowower.It means the owner would like to cleambers the varsoutput the position of the vase in which Alice put the first flower and last one、separated by a blank.If she can not put any one、then output'Can not put put any one.'.For each operation of which K.put 2
Output one blank line after each test case.Sample Input
nつの花瓶があります.最初は全部空いています.そしてm回操作します.最初に入力したのが1なら、二つの数x、yを入力して、x、y区間に生け花を入れます.花があれば、後ろに回します.終わった条件は最後まで差し込むか、挿し込むだけです.もし一つも挿入できないなら、悪口を言います.
この考え方は普通のlazyです.
コード:
Input The first line contains an integer T,indicating the number of test cases.
For each test case,the first line contains two integers N(1<N>50001)and M(1<M<50001).N is the number of vases,and M is the operation s of Alice.Each of the next M lineas M lines containtements.The firse 1.interst.then two integers A and F followw.It means Alice receive F flowers and try to put a flower in the varst.If K is 2,then twotegers A and B followowower.It means the owner would like to cleambers the varsoutput the position of the vase in which Alice put the first flower and last one、separated by a blank.If she can not put any one、then output'Can not put put any one.'.For each operation of which K.put 2
Output one blank line after each test case.Sample Input
2
10 5
1 3 5
2 4 5
1 1 8
2 3 6
1 8 8
10 6
1 2 5
2 3 4
1 0 8
2 2 5
1 4 4
1 2 3
Sample Output3 7
2
1 9
4
Can not put any one.
2 6
2
0 9
4
4 5
2 3
クイズ:nつの花瓶があります.最初は全部空いています.そしてm回操作します.最初に入力したのが1なら、二つの数x、yを入力して、x、y区間に生け花を入れます.花があれば、後ろに回します.終わった条件は最後まで差し込むか、挿し込むだけです.もし一つも挿入できないなら、悪口を言います.
この考え方は普通のlazyです.
コード:
#include
#include
#include