QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#311244 | #4829. Mark on a Graph | zlt | Compile Error | / | / | C++14 | 120b | 2024-01-22 09:24:34 | 2024-01-22 09:24:34 |
Judging History
answer
#include <bits/stdc++.h>
#include <windows.h>
int main() {
puts((time(0) & 1) ? "mark\n0" : "ok");
Sleep(1000);
}
详细
answer.code:2:10: fatal error: windows.h: No such file or directory 2 | #include <windows.h> | ^~~~~~~~~~~ compilation terminated.