QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#674577 | #9477. Topological Sort | ucup-team3497# | Compile Error | / | / | C++20 | 2.7kb | 2024-10-25 16:37:44 | 2024-10-25 16:37:44 |
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:118:10: error: ‘sync_wi’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’} 118 | ios::sync_wi | ^~~~~~~ answer.code:118:17: error: expected ‘}’ at end of input 118 | ios::sync_wi | ^ answer.code:117:12: note: to match this ‘{’ 117 | int main() { | ^