QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#144824#4184. Amusement ArcadeZhaoZiLongCompile Error//C++20468b2023-08-21 19:06:392023-08-21 19:06:41

詳細信息

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) {
      |                           ^