QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#344129#7933. Build PermutationMaMengQiWA 0ms1588kbC112.2kb2024-03-03 16:39:232024-03-03 16:39:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 1588kb

input:

5
4 2 5 1 3

output:

------>5
------>4
------>3
------>2
------>1
2 1 4 3 5 

result:

wrong output format Expected integer, but "------>5" found