QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#311244#4829. Mark on a GraphzltCompile Error//C++14120b2024-01-22 09:24:342024-01-22 09:24:34

Judging History

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

  • [2024-01-22 09:24:34]
  • 评测
  • [2024-01-22 09:24:34]
  • 提交

answer

#include <bits/stdc++.h>
#include <windows.h>
int main() {
	puts((time(0) & 1) ? "mark\n0" : "ok");
	Sleep(1000);
}

Details

answer.code:2:10: fatal error: windows.h: No such file or directory
    2 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.