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