QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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));
}
詳細信息
answer.code:2:10: fatal error: windows.h: No such file or directory 2 | #include <windows.h> | ^~~~~~~~~~~ compilation terminated.