QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#367721#1873. ArrayapocryphalWA 1ms3548kbC++201.7kb2024-03-26 12:34:382024-03-26 12:34:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
4
3 3 5 5
7
4 6 6 7 8 8 8
5
2 3 4 4 6

output:

1 2 3 1 
1 2 3 4 2 1 3 
-1

result:

wrong answer 233