QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#631459#6604. Kobolds and CatacombsZhangYiDeWA 1ms3692kbC++20281b2024-10-12 04:49:162024-10-12 04:49:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 3 2 7 4

output:

1 3
2 7
3

result:

wrong answer 1st numbers differ - expected: '3', found: '1'