QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#295190#4824. Bracket-and-bar Sequencesucup-team2895#0 0ms3796kbC++142.9kb2023-12-30 20:37:432023-12-30 20:37:44

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3796kb

input:

encode
3
1
(|)
4
((((|)|)|)|)
5
(|(|))((|(|))|)

output:

1
55
66

input:

decode
3
1
1
4
55
5
66

output:


result:

wrong answer 1st lines differ - expected: '(|)', found: ''