QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#144827#4184. Amusement ArcadeGuanYunchangCompile Error//C++20468b2023-08-21 19:07:062023-08-21 19:07:28

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