0_0_30048476_21289.cpp:12:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_30048476_21289.cpp:12:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_30048476_21289.cpp:17:4: error: redefinition of 'll n'
ll n;
^
0_0_30048476_21289.cpp:6:4: note: 'll n' previously declared here
ll n;
^
0_0_30048476_21289.cpp:18:12: error: redefinition of 'll a [100000]'
ll a[100000];
^
0_0_30048476_21289.cpp:7:4: note: 'll a [100000]' previously declared here
ll a[100000];
^
0_0_30048476_21289.cpp:19:10: error: redefinition of 'll b [5005]'
ll b[5005];
^
0_0_30048476_21289.cpp:8:4: note: 'll b [5005]' previously declared here
ll b[5005];
^
0_0_30048476_21289.cpp: In function 'll lowbit(ll)':
0_0_30048476_21289.cpp:20:4: error: redefinition of 'll lowbit(ll)'
ll lowbit(ll x)
^
0_0_30048476_21289.cpp:9:4: note: 'll lowbit(ll)' previously defined here
ll lowbit(ll x)
^
0_0_30048476_21289.cpp: In function 'void update(ll, ll)':
0_0_30048476_21289.cpp:67:6: error: redefinition of 'void update(ll, ll)'
void update(ll x,ll delta)
^
0_0_30048476_21289.cpp:24:6: note: 'void update(ll, ll)' previously defined here
void update(ll x,ll delta)
^
0_0_30048476_21289.cpp: In function 'll sum(ll)':
0_0_30048476_21289.cpp:76:4: error: redefinition of 'll sum(ll)'
ll sum(ll x)
^
0_0_30048476_21289.cpp:33:4: note: 'll sum(ll)' previously defined here
ll sum(ll x)
^
0_0_30048476_21289.cpp: In function 'int main()':
0_0_30048476_21289.cpp:86:5: error: redefinition of 'int main()'
int main()
^
0_0_30048476_21289.cpp:43:5: note: 'int main()' previously defined here
int main()
^
|