QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#873300#8302. Incoming AsteroidsMarSer020WA 0ms13896kbC++231.1kb2025-01-26 11:38:492025-01-26 11:38:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 5
1 5 3 1 2 3
2 2 1
1 2 2 1 2
2 3 1
2 1 3

output:

0
0
2 2 1

result:

wrong answer 3rd lines differ - expected: '2 1 2', found: '2 2 1'