QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#144827#4184. Amusement ArcadeGuanYunchangCompile Error//C++20468b2023-08-21 19:07:062023-08-21 19:07:28

详细

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);
      |             ^~~~~~~~~~~~~~~