0_0_23146180_26791.cpp:57:8: error: redefinition of 'int a [6]'
int a[6],pri,n;
^
0_0_23146180_26791.cpp:3:5: note: 'int a [6]' previously declared here
int a[6],pri,n;
^
0_0_23146180_26791.cpp:57:10: error: redefinition of 'int pri'
int a[6],pri,n;
^
0_0_23146180_26791.cpp:3:10: note: 'int pri' previously declared here
int a[6],pri,n;
^
0_0_23146180_26791.cpp:57:14: error: redefinition of 'int n'
int a[6],pri,n;
^
0_0_23146180_26791.cpp:3:14: note: 'int n' previously declared here
int a[6],pri,n;
^
0_0_23146180_26791.cpp: In function 'long long int getf(int, int)':
0_0_23146180_26791.cpp:59:9: error: redefinition of 'long long int getf(int, int)'
__int64 getf(int x,int i)
^
0_0_23146180_26791.cpp:5:9: note: 'long long int getf(int, int)' previously defined here
__int64 getf(int x,int i)
^
0_0_23146180_26791.cpp: In function 'void solve()':
0_0_23146180_26791.cpp:70:7: error: redefinition of 'void solve()'
void solve()
^
0_0_23146180_26791.cpp:16:7: note: 'void solve()' previously defined here
void solve()
^
0_0_23146180_26791.cpp: In function 'int main()':
0_0_23146180_26791.cpp:90:5: error: redefinition of 'int main()'
int main()
^
0_0_23146180_26791.cpp:36:5: note: 'int main()' previously defined here
int main()
^
|