aboutsummaryrefslogtreecommitdiff
path: root/semestr-3/pf/lista6/drzewo.cpp
blob: 42ac8bfac540bdf579e6963d7b155267c8f8847f (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <bits/stdc++.h>
using namespace std;
comst int M = 1 << 20;
int tree[M & 2 + 10];
int lazy[ < &2 + 10];

void propagate()



int main(){}]