QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#257888 | #7804. Intersegment Activation | waifuSenpai# | WA | 1ms | 3872kb | C++20 | 1.6kb | 2023-11-19 13:37:42 | 2023-11-19 13:37:43 |
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: 3516kb
input:
3 0 0 0 1 0 0 0 0 0 1 1 2 3
output:
1 1 1 2 1 1 1 3 1 1 1 2 1 1 1 2 1 3 2 2 2 3 2 2
result:
ok OK, 12 queries
Test #2:
score: 0
Accepted
time: 1ms
memory: 3624kb
input:
1 0 1
output:
1 1
result:
ok OK, 1 queries
Test #3:
score: 0
Accepted
time: 1ms
memory: 3620kb
input:
2 1 2
output:
1 1
result:
ok OK, 1 queries
Test #4:
score: 0
Accepted
time: 1ms
memory: 3872kb
input:
2 0 0 1 0 1 2
output:
1 1 1 2 1 1 1 1 2 2
result:
ok OK, 5 queries
Test #5:
score: 0
Accepted
time: 1ms
memory: 3624kb
input:
2 0 1 0 0 0 1 2
output:
1 1 1 2 1 1 1 1 1 2 2 2
result:
ok OK, 6 queries
Test #6:
score: 0
Accepted
time: 1ms
memory: 3560kb
input:
2 0 0 1 2
output:
1 1 1 2 1 1
result:
ok OK, 3 queries
Test #7:
score: 0
Accepted
time: 1ms
memory: 3624kb
input:
3 0 0 0 0 2 3
output:
1 1 1 2 1 1 1 3 1 1 1 2
result:
ok OK, 5 queries
Test #8:
score: 0
Accepted
time: 1ms
memory: 3856kb
input:
3 0 0 0 0 0 1 0 0 0 1 1 2 1 2 3
output:
1 1 1 2 1 1 1 3 1 1 1 2 1 1 1 1 1 2 2 2 2 3 2 2 2 2 3 3
result:
ok OK, 14 queries
Test #9:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
3 0 1 0 0 0 0 0 0 0 1 2 3
output:
1 1 1 2 1 1 1 3 1 1 1 2 1 1 1 1 1 3 2 2 3 3
result:
ok OK, 11 queries
Test #10:
score: 0
Accepted
time: 0ms
memory: 3596kb
input:
3 0 0 0 0 1 1 2 3
output:
1 1 1 2 1 1 1 3 1 1 1 2 1 1
result:
ok OK, 7 queries
Test #11:
score: -100
Wrong Answer
time: 1ms
memory: 3560kb
input:
4 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 2 1 1 1 1 1 2 2 2 2
output:
1 1 1 2 1 1 1 3 1 1 1 2 1 1 1 4 1 1 1 2 1 1 1 3 1 1 1 2 1 1 1 1 1 3 2 2 2 3 2 2 2 4 2 2 2 3 2 2 2 3 2 4 3 3 4 4 4 4
result:
wrong answer format Unexpected end of file - int32 expected