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