QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#271892 | #7736. Red Black Tree | ucup-team1151# | WA | 272ms | 123460kb | C++14 | 3.2kb | 2023-12-02 15:05:38 | 2023-12-02 15:05:39 |
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: 7ms
memory: 88028kb
input:
2 9 101011110 1 1 3 3 3 6 2 2 4 1011 1 1 3
output:
4 1 2 0 0 0 0 0 0 2 0 0 0
result:
ok 2 lines
Test #2:
score: -100
Wrong Answer
time: 272ms
memory: 123460kb
input:
6107 12 000000001000 1 2 3 2 5 4 4 7 3 8 11 19 1100111101111011110 1 2 1 1 4 5 2 4 3 2 2 7 10 2 11 3 15 5 7 0111110 1 1 2 2 1 5 3 000 1 1 7 1000011 1 2 3 3 5 4 7 0001001 1 1 1 3 5 3 8 00111000 1 1 3 2 5 2 7 11 11111110111 1 1 1 4 5 4 5 2 5 1 15 110101101000010 1 2 3 2 1 5 2 5 6 5 8 7 9 14 10 0101000...
output:
1 1 1 1 0 0 0 0 0 0 0 0 6 2 0 1 2 0 0 0 -1 0 0 0 0 0 0 0 0 0 0 1 0 -2 0 -2 -1 -2 0 -3 -3 0 0 0 -2 -2 -2 -2 0 -2 1 -3 -3 -3 -3 2 1 -4 -4 -3 -3 -1 -1 4 -1 -6 2 1 -3 -1 -1 -1 -1 -2 4 2 -3 -3 2 -2 -1 -1 -2 -2 -3 -1 -1 -2 -2 1 0 1 -4 -2 -3 -2 -1 -4 -2 2 3 0 1 -2 -3 -2 -2 -1 -2 -3 1 -1 -3 -2 -1 -1 1 1 -2 ...
result:
wrong answer 2nd lines differ - expected: '6 2 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0', found: '6 2 0 1 2 0 0 0 -1 0 0 0 0 0 0 0 0 0 0'