QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#311283 | #4829. Mark on a Graph | yhddd | Compile Error | / | / | C++14 | 109b | 2024-01-22 09:55:15 | 2024-01-22 09:55:16 |
Judging History
answer
#include<bits/stdc++.h>
#include<windows.h>
int main(){
puts(time(0)&1?"mark\n0":"ok");
Sleep(1000);
}
Details
answer.code:2:9: fatal error: windows.h: No such file or directory 2 | #include<windows.h> | ^~~~~~~~~~~ compilation terminated.