QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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) { | ^