QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#724766#1873. ArraymydWA 1ms5516kbC++141.9kb2024-11-08 14:59:262024-11-08 14:59:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

YES
1 1 2 2 
YES
1 2 3 4 2 1 3 
NO

result:

wrong output format Expected integer, but "YES" found