0_0_38759492_15796.cpp:3:1: error: 'll' does not name a type
3 | ll n,a[maxn],tr[maxn];
| ^~
0_0_38759492_15796.cpp:5:1: error: 'll' does not name a type
5 | ll lowbit(ll x){
| ^~
0_0_38759492_15796.cpp:9:6: error: variable or field 'update' declared void
9 | void update(ll pos,ll val){
| ^~~~~~
0_0_38759492_15796.cpp:9:13: error: 'll' was not declared in this scope
9 | void update(ll pos,ll val){
| ^~
0_0_38759492_15796.cpp:9:20: error: 'll' was not declared in this scope
9 | void update(ll pos,ll val){
| ^~
0_0_38759492_15796.cpp:16:1: error: 'll' does not name a type
16 | ll query(ll pos){
| ^~
0_0_38759492_15796.cpp: In function 'bool check(int)':
0_0_38759492_15796.cpp:26:11: error: 'query' was not declared in this scope
26 | int t=query(x-1);
| ^~~~~
0_0_38759492_15796.cpp: In function 'int main()':
0_0_38759492_15796.cpp:32:5: error: 'n' was not declared in this scope
32 | n=read;
| ^
0_0_38759492_15796.cpp:32:7: error: 'read' was not declared in this scope
32 | n=read;
| ^~~~
0_0_38759492_15796.cpp:33:9: error: 'i' was not declared in this scope
33 | rep(i,1,n){
| ^
0_0_38759492_15796.cpp:33:5: error: 'rep' was not declared in this scope
33 | rep(i,1,n){
| ^~~
|