QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#199946#6568. Space Alignmentucup-team2039#WA 2ms12668kbC++202.3kb2023-10-04 14:45:322023-10-04 14:45:33

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 11996kb

input:

10
{
ss{
sts{
tt}
t}
t{
ss}
}
{
}

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 2ms
memory: 11936kb

input:

2
{
}

output:

1

result:

ok single line: '1'

Test #3:

score: 0
Accepted
time: 0ms
memory: 10660kb

input:

4
{
ss{
ss}
}

output:

1

result:

ok single line: '1'

Test #4:

score: 0
Accepted
time: 2ms
memory: 12464kb

input:

4
{
tt{
tt}
}

output:

1

result:

ok single line: '1'

Test #5:

score: 0
Accepted
time: 0ms
memory: 12668kb

input:

4
{
ss{
s}
}

output:

-1

result:

ok single line: '-1'

Test #6:

score: -100
Wrong Answer
time: 0ms
memory: 11804kb

input:

4
{
tt{
t}
}

output:

1

result:

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