QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#725766 | #7873. Since A Light | TheZone | Compile Error | / | / | C++20 | 58b | 2024-11-08 19:53:38 | 2024-11-08 19:53:38 |
Judging History
answer
#include<windows.h>
main(){
Sleep(114514);
return 0;
}
Details
answer.code:1:9: fatal error: windows.h: No such file or directory 1 | #include<windows.h> | ^~~~~~~~~~~ compilation terminated.