QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#88357#5826. 错排myeeCompile Error//C++1152b2023-03-16 08:22:522023-03-28 12:22:53

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-03-28 12:22:53]
  • 评测
  • [2023-03-16 08:22:52]
  • 提交

answer

#include <bits/stdc++.h>

int main(){sleep(2000);}

Details

answer.code: In function ‘int main()’:
answer.code:3:12: error: ‘sleep’ was not declared in this scope
    3 | int main(){sleep(2000);}
      |            ^~~~~