QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#86006 | #4589. White-Black Tree | MaMengQi | WA | 5ms | 6504kb | C++20 | 905b | 2023-03-09 03:58:33 | 2023-03-09 03:58:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 5ms
memory: 5972kb
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: 1ms
memory: 6100kb
input:
5 1 1 2 3 0 1 1 0 0
output:
Second
result:
ok single line: 'Second'
Test #3:
score: 0
Accepted
time: 0ms
memory: 6044kb
input:
4 1 1 1 1 1 0 1
output:
First
result:
ok single line: 'First'
Test #4:
score: 0
Accepted
time: 3ms
memory: 6504kb
input:
2 1 0 0
output:
Second
result:
ok single line: 'Second'
Test #5:
score: -100
Wrong Answer
time: 4ms
memory: 6204kb
input:
3 1 2 0 1 1
output:
Second
result:
wrong answer 1st lines differ - expected: 'First', found: 'Second'