QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#800402 | #9783. Duloc Network | ucup-team5928# | Compile Error | / | / | C++20 | 2.1kb | 2024-12-06 10:00:37 | 2024-12-06 10:00:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:64:30: error: ‘mask’ was not declared in this scope; did you mean ‘std::filesystem::perms::mask’? 64 | if (res == 0 and mask != string(n, '1')) { | ^~~~ | std::filesystem::perms::mask In file included from /usr/include/c++/13/filesystem:48, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:200, from answer.code:1: /usr/include/c++/13/bits/fs_fwd.h:158:7: note: ‘std::filesystem::perms::mask’ declared here 158 | mask = 07777, | ^~~~