QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#311384 | #4824. Bracket-and-bar Sequences | Mathew_Miao | 0 | 0ms | 0kb | C11 | 81b | 2024-01-22 11:51:41 | 2024-01-22 11:51:42 |
answer
#import<time.h>
main(){int t=time(0);puts(t&1?"mark 0":"ok");while(t==time(0));}
詳細信息
Test #1:
score: 0
Wrong Answer on the first run
input:
encode 3 1 (|) 4 ((((|)|)|)|) 5 (|(|))((|(|))|)
output:
ok
input:
output:
result:
wrong output format Expected integer, but "ok" found (test case 1)