QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#336322 | #8279. Segment Tree | ucup-team1878# | WA | 0ms | 3692kb | C++23 | 16.4kb | 2024-02-24 14:59:52 | 2024-02-24 14:59:53 |
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: 0ms
memory: 3692kb
input:
2 1 1 0 2
output:
5
result:
ok 1 number(s): "5"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
2 1 1 1 2
output:
5
result:
ok 1 number(s): "5"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3624kb
input:
5 2 2 1 4 3 1 3 2 5
output:
203
result:
wrong answer 1st numbers differ - expected: '193', found: '203'