QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#367710 | #7933. Build Permutation | ZhangYiDe | Compile Error | / | / | C++20 | 1.1kb | 2024-03-26 12:14:48 | 2024-03-26 12:14:49 |
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:29:30: error: ‘ceil’ was not declared in this scope 29 | vector<bool> isequal(ceil(N/2), false); | ^~~~