QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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));}
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.