QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#144824 | #4184. Amusement Arcade | ZhaoZiLong | Compile Error | / | / | C++20 | 468b | 2023-08-21 19:06:39 | 2023-08-21 19:06:41 |
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:5:13: error: ‘sync_with_sdtio’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’} 5 | std::ios::sync_with_sdtio(false); | ^~~~~~~~~~~~~~~ answer.code:10:27: error: ‘x’ was not declared in this scope 10 | if(__builtin_popcountll(x) >= 4) { | ^