/in/foo.cc:9:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
/in/foo.cc:9:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^~~~~~~
/in/foo.cc:11:11: error: redefinition of 'const int a'
const int a=190;
^
/in/foo.cc:3:11: note: 'const int a' previously defined here
const int a=190;
^
/in/foo.cc:12:11: error: redefinition of 'const int b'
const int b=8;
^
/in/foo.cc:4:11: note: 'const int b' previously defined here
const int b=8;
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:5: error: redefinition of 'int main()'
int main()
^~~~
/in/foo.cc:5:5: note: 'int main()' previously defined here
int main()
^~~~