foo.cc:39:2: error: stray '#' in program
39 | }#include <bits/stdc++.h>
| ^
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:12: error: 'bits' was not declared in this scope
39 | }#include <bits/stdc++.h>
| ^~~~
foo.cc:39:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
39 | }#include <bits/stdc++.h>
| ^~~~
| std
foo.cc:39:3: error: 'include' does not name a type
39 | }#include <bits/stdc++.h>
| ^~~~~~~
foo.cc:50:6: error: redefinition of 'void messi()'
50 | void messi()
| ^~~~~
foo.cc:12:6: note: 'void messi()' previously defined here
12 | void messi()
| ^~~~~
foo.cc:66:5: error: redefinition of 'int main()'
66 | int main()
| ^~~~
foo.cc:28:5: note: 'int main()' previously defined here
28 | int main()
| ^~~~