QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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
詳細信息
File "answer.code", line 3 print(t&1?"mark 0":"ok") ^ SyntaxError: invalid syntax