QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#311384#4824. Bracket-and-bar SequencesMathew_Miao0 0ms0kbC1181b2024-01-22 11:51:412024-01-22 11:51:42

Judging History

你现在查看的是最新测评结果

  • [2024-01-22 11:51:42]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2024-01-22 11:51:41]
  • 提交

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)