QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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));}
Details
Tip: Click on the bar to expand more detailed information
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)