/in/foo.cc:6:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
/in/foo.cc:6:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:5: error: redefinition of 'int main()'
int main( )
^~~~
/in/foo.cc:3:5: note: 'int main()' previously defined here
int main()
^~~~
/in/foo.cc:11:2: error: 'cin' was not declared in this scope
cin>>a>>b>>c;
^~~
/in/foo.cc:15:4: error: 'cout' was not declared in this scope
cout<<b;
^~~~
/in/foo.cc:17:4: error: 'cout' was not declared in this scope
cout<<c;
^~~~
/in/foo.cc:22:4: error: 'cout' was not declared in this scope
cout<<a;
^~~~
/in/foo.cc:24:4: error: 'cout' was not declared in this scope
cout<<c;
^~~~