QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#535286#4589. White-Black TreeDennisTran#WA 9ms32880kbC++14765b2024-08-27 22:49:002024-08-27 22:49:00

詳細信息

Test #1:

score: 100
Accepted
time: 9ms
memory: 32880kb

input:

7
1 1 1 3 3 3
0 1 1 0 0 0 1

output:

First

result:

ok single line: 'First'

Test #2:

score: 0
Accepted
time: 4ms
memory: 31216kb

input:

5
1 1 2 3
0 1 1 0 0

output:

Second

result:

ok single line: 'Second'

Test #3:

score: 0
Accepted
time: 4ms
memory: 32556kb

input:

4
1 1 1
1 1 0 1

output:

First

result:

ok single line: 'First'

Test #4:

score: -100
Wrong Answer
time: 4ms
memory: 32124kb

input:

2
1
0 0

output:

First

result:

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