crtanje.cpp:67:2: error: stray '#' in program
67 | }#include <bits/stdc++.h>
| ^
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:12: error: 'bits' was not declared in this scope
67 | }#include <bits/stdc++.h>
| ^~~~
crtanje.cpp:67:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
67 | }#include <bits/stdc++.h>
| ^~~~
| std
crtanje.cpp:67:3: error: 'include' does not name a type
67 | }#include <bits/stdc++.h>
| ^~~~~~~
crtanje.cpp:70:11: error: redefinition of 'long long int z [8]'
70 | long long z[8];
| ^
crtanje.cpp:4:11: note: 'long long int z [8]' previously declared here
4 | long long z[8];
| ^
crtanje.cpp:71:6: error: redefinition of 'char a [101]'
71 | char a[101];
| ^
crtanje.cpp:5:6: note: 'char a [101]' previously declared here
5 | char a[101];
| ^
crtanje.cpp:72:11: error: redefinition of 'long long int x [8]'
72 | long long x[8];
| ^
crtanje.cpp:6:11: note: 'long long int x [8]' previously declared here
6 | long long x[8];
| ^
crtanje.cpp:73:5: error: redefinition of 'int h [101][101]'
73 | int h[101][101];
| ^
crtanje.cpp:7:5: note: 'int h [101][101]' previously declared here
7 | int h[101][101];
| ^
crtanje.cpp:74:5: error: redefinition of 'int main()'
74 | int main()
| ^~~~
crtanje.cpp:8:5: note: 'int main()' previously defined here
8 | int main()
| ^~~~