souvenirs.cpp: In function 'void buy_souvenirs(int, long long int)':
souvenirs.cpp:11:9: error: 'add' was not declared in this scope; did you mean 'std::filesystem::perm_options::add'?
11 | add(l);
| ^~~
| std::filesystem::perm_options::add
In file included from /usr/include/c++/11/filesystem:44,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:129,
from souvenirs.cpp:2:
/usr/include/c++/11/bits/fs_fwd.h:211:7: note: 'std::filesystem::perm_options::add' declared here
211 | add = 0x2,
| ^~~
souvenirs.cpp:26:17: error: 'add' was not declared in this scope; did you mean 'std::filesystem::perm_options::add'?
26 | add(l);
| ^~~
| std::filesystem::perm_options::add
In file included from /usr/include/c++/11/filesystem:44,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:129,
from souvenirs.cpp:2:
/usr/include/c++/11/bits/fs_fwd.h:211:7: note: 'std::filesystem::perm_options::add' declared here
211 | add = 0x2,
| ^~~