0_0_25967600_1982.cpp:104:2: error: stray '#' in program
}#include<cstdio>
^
0_0_25967600_1982.cpp:104:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_25967600_1982.cpp:111:17: error: redefinition of 'll num [16389]'
ll num[(1<<14)+5];
^
0_0_25967600_1982.cpp:8:4: note: 'll num [16389]' previously declared here
ll num[(1<<14)+5];
^
0_0_25967600_1982.cpp:112:15: error: redefinition of 'll f [16389]'
ll f[(1<<14)+5];
^
0_0_25967600_1982.cpp:9:4: note: 'll f [16389]' previously declared here
ll f[(1<<14)+5];
^
0_0_25967600_1982.cpp:113:20: error: redefinition of 'll dp [16389][15]'
ll dp[(1<<14)+5][15];
^
0_0_25967600_1982.cpp:10:4: note: 'll dp [16389][15]' previously declared here
ll dp[(1<<14)+5][15];
^
0_0_25967600_1982.cpp:114:9: error: redefinition of 'll v [205]'
ll v[205];
^
0_0_25967600_1982.cpp:11:4: note: 'll v [205]' previously declared here
ll v[205];
^
0_0_25967600_1982.cpp:115:15: error: redefinition of 'int dis [20][20]'
int dis[20][20];
^
0_0_25967600_1982.cpp:12:5: note: 'int dis [20][20]' previously declared here
int dis[20][20];
^
0_0_25967600_1982.cpp: In function 'int lowbit(int)':
0_0_25967600_1982.cpp:116:5: error: redefinition of 'int lowbit(int)'
int lowbit(int x)
^
0_0_25967600_1982.cpp:13:5: note: 'int lowbit(int)' previously defined here
int lowbit(int x)
^
0_0_25967600_1982.cpp: In function 'void init()':
0_0_25967600_1982.cpp:120:6: error: redefinition of 'void init()'
void init()
^
0_0_25967600_1982.cpp:17:6: note: 'void init()' previously defined here
void init()
^
0_0_25967600_1982.cpp: In function 'int gett(int, int)':
0_0_25967600_1982.cpp:127:5: error: redefinition of 'int gett(int, int)'
int gett(int x,int n)
^
0_0_25967600_1982.cpp:24:5: note: 'int gett(int, int)' previously defined here
int gett(int x,int n)
^
0_0_25967600_1982.cpp: In function 'int main()':
0_0_25967600_1982.cpp:148:5: error: redefinition of 'int main()'
int main()
^
0_0_25967600_1982.cpp:45:5: note: 'int main()' previously defined here
int main()
^
|