QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#311310#4829. Mark on a GraphyinheeCompile Error//C1180b2024-01-22 10:17:322024-01-22 10:17:33

Judging History

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

  • [2024-01-22 10:17:33]
  • 评测
  • [2024-01-22 10:17:32]
  • 提交

answer

#import<ctime>
main(){int t=time(0);puts(t&1?"mark 0":"ok");while(t==time(0));}

Details

answer.code:1:2: warning: #import is a deprecated GCC extension [-Wdeprecated]
 #import<ctime>
  ^~~~~~
answer.code:1:8: fatal error: ctime: No such file or directory
 #import<ctime>
        ^~~~~~~
compilation terminated.