Problem cups
User trashcan08
Submission Time 2025-01-02 12:08:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cups.cpp: In function ‘int32_t main()’:
cups.cpp:11:2: error: ‘add’ was not declared in this scope; did you mean ‘std::filesystem::perm_options::add’?
11 | add = 0;
| ^~~
| std::filesystem::perm_options::add
In file included from /usr/include/c++/9/filesystem:36,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:129,
from cups.cpp:1:
/usr/include/c++/9/bits/fs_fwd.h:201:7: note: ‘std::filesystem::perm_options::add’ declared here
201 | add = 0x2,
| ^~~