QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#674577#9477. Topological Sortucup-team3497#Compile Error//C++202.7kb2024-10-25 16:37:442024-10-25 16:37:44

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