QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#88357 | #5826. 错排 | myee | Compile Error | / | / | C++11 | 52b | 2023-03-16 08:22:52 | 2023-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]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [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);} | ^~~~~