bootfall.cpp:87:5: error: redefinition of 'long long int a [200001]'
87 | int a[200001],dp[2000001],cnt[2000001];
| ^
bootfall.cpp:11:5: note: 'long long int a [200001]' previously declared here
11 | int a[200001],dp[2000001],cnt[2000001];
| ^
bootfall.cpp:87:15: error: redefinition of 'long long int dp [2000001]'
87 | int a[200001],dp[2000001],cnt[2000001];
| ^~
bootfall.cpp:11:15: note: 'long long int dp [2000001]' previously declared here
11 | int a[200001],dp[2000001],cnt[2000001];
| ^~
bootfall.cpp:87:27: error: redefinition of 'long long int cnt [2000001]'
87 | int a[200001],dp[2000001],cnt[2000001];
| ^~~
bootfall.cpp:11:27: note: 'long long int cnt [2000001]' previously declared here
11 | int a[200001],dp[2000001],cnt[2000001];
| ^~~
bootfall.cpp:88:5: error: redefinition of 'long long int sum'
88 | int sum = 0;
| ^~~
bootfall.cpp:12:5: note: 'long long int sum' previously defined here
12 | int sum = 0;
| ^~~
bootfall.cpp:90:6: error: redefinition of 'void remove(long long int)'
90 | void remove(int x){
| ^~~~~~
bootfall.cpp:14:6: note: 'void remove(long long int)' previously defined here
14 | void remove(int x){
| ^~~~~~
bootfall.cpp:99:6: error: redefinition of 'void put(long long int)'
99 | void put(int x){
| ^~~
bootfall.cpp:23:6: note: 'void put(long long int)' previously defined here
23 | void put(int x){
| ^~~
bootfall.cpp:107:8: error: redefinition of 'int main()'
107 | signed main(){
| ^~~~
bootfall.cpp:31:8: note: 'int main()' previously defined here
31 | signed main(){
| ^~~~
bootfall.cpp:153:1: error: 'v' does not name a type
153 | v
| ^