QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#180695#1830. ANDZhaoZiLongWA 1ms3632kbC++23755b2023-09-16 09:53:232023-09-16 09:53:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3632kb

input:

3
1
5
3
0 1 2
2
1 2

output:

1
5 5
3
0 0 1 0 2 0
-1

result:

wrong answer set of ands are not equal (test case 2)