insects.cpp: In function 'int ask()':
insects.cpp:27:21: error: 'all' was not declared in this scope; did you mean 'std::filesystem::perms::all'?
27 | if(!binary_search(all(real),i))
| ^~~
| std::filesystem::perms::all
In file included from /usr/include/c++/10/filesystem:44,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:129,
from insects.cpp:1:
/usr/include/c++/10/bits/fs_fwd.h:148:7: note: 'std::filesystem::perms::all' declared here
148 | all = 0777,
| ^~~
insects.cpp:34:21: error: 'all' was not declared in this scope; did you mean 'std::filesystem::perms::all'?
34 | if(!binary_search(all(cur),i))
| ^~~
| std::filesystem::perms::all
In file included from /usr/include/c++/10/filesystem:44,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:129,
from insects.cpp:1:
/usr/include/c++/10/bits/fs_fwd.h:148:7: note: 'std::filesystem::perms::all' declared here
148 | all = 0777,
| ^~~
insects.cpp:34:30: error: 'i' was not declared in this scope
34 | if(!binary_search(all(cur),i))
| ^