QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#311310 | #4829. Mark on a Graph | yinhee | Compile Error | / | / | C11 | 80b | 2024-01-22 10:17:32 | 2024-01-22 10:17:33 |
Judging History
answer
#import<ctime>
main(){int t=time(0);puts(t&1?"mark 0":"ok");while(t==time(0));}
详细
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.