QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#311283#4829. Mark on a GraphyhdddCompile Error//C++14109b2024-01-22 09:55:152024-01-22 09:55:16

Judging History

你现在查看的是最新测评结果

  • [2024-01-22 09:55:16]
  • 评测
  • [2024-01-22 09:55:15]
  • 提交

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.