QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#311308 | #4829. Mark on a Graph | dieselhuang | Compile Error | / | / | Python3 | 66b | 2024-01-22 10:13:19 | 2024-01-22 10:13:20 |
Judging History
answer
import time
t=time()
print(t&1?"mark 0":"ok")
while t==time():1
Details
File "answer.code", line 3 print(t&1?"mark 0":"ok") ^ SyntaxError: invalid syntax