kocka.cpp:19:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
19 | main()
| ^~~~
kocka.cpp: In function 'int main()':
kocka.cpp:34:17: error: request for member 'insert' in 'st[(x + 1)]', which is of non-class type 'long long int'
34 | st[x+1].insert(i);
| ^~~~~~
kocka.cpp:53:17: error: request for member 'insert' in 'st[(n - x)]', which is of non-class type 'long long int'
53 | st[n-x].insert(i);
| ^~~~~~
kocka.cpp:65:18: error: request for member 'find' in 'st[i]', which is of non-class type 'long long int'
65 | if(st[i].find(x)==1)
| ^~~~
kocka.cpp:80:18: error: request for member 'find' in 'st[i]', which is of non-class type 'long long int'
80 | if(st[i].find(x)==1)
| ^~~~