QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#311245#4829. Mark on a GraphzltCompile Error//C++14169b2024-01-22 09:26:192024-01-22 09:26:19

Judging History

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

  • [2024-01-22 09:26:19]
  • 评测
  • [2024-01-22 09:26:19]
  • 提交

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));
}

Details

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