0_0_38236325_16988.cpp:38:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_38236325_16988.cpp:38:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_38236325_16988.cpp: In function 'bool cmp(int, int)':
0_0_38236325_16988.cpp:40:6: error: redefinition of 'bool cmp(int, int)'
bool cmp(int a,int b){
^
0_0_38236325_16988.cpp:3:6: note: 'bool cmp(int, int)' previously defined here
bool cmp(int a,int b){
^
0_0_38236325_16988.cpp: In function 'int main()':
0_0_38236325_16988.cpp:43:5: error: redefinition of 'int main()'
int main()
^
0_0_38236325_16988.cpp:6:5: note: 'int main()' previously defined here
int main()
^
|