/in/foo.cc:58:3: error: stray '#' in program
58 | } #include<bits/stdc++.h>
| ^
/in/foo.cc:58:4: error: 'include' does not name a type
58 | } #include<bits/stdc++.h>
| ^~~~~~~
/in/foo.cc:60:8: error: redefinition of 'struct cham'
60 | struct cham{
| ^~~~
/in/foo.cc:3:8: note: previous definition of 'struct cham'
3 | struct cham{
| ^~~~
/in/foo.cc:64:6: error: redefinition of 'bool cmp1(cham, cham)'
64 | bool cmp1(struct cham x,struct cham y){
| ^~~~
/in/foo.cc:7:6: note: 'bool cmp1(cham, cham)' previously defined here
7 | bool cmp1(struct cham x,struct cham y){
| ^~~~
/in/foo.cc:67:6: error: redefinition of 'bool cmp2(cham, cham)'
67 | bool cmp2(struct cham x,struct cham y){
| ^~~~
/in/foo.cc:10:6: note: 'bool cmp2(cham, cham)' previously defined here
10 | bool cmp2(struct cham x,struct cham y){
| ^~~~
/in/foo.cc:72:5: error: redefinition of 'int main()'
72 | int main(){
| ^~~~
/in/foo.cc:15:5: note: 'int main()' previously defined here
15 | int main(){
| ^~~~