QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#144827 | #4184. Amusement Arcade | GuanYunchang | Compile Error | / | / | C++20 | 468b | 2023-08-21 19:07:06 | 2023-08-21 19:07:28 |
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); | ^~~~~~~~~~~~~~~