QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#562028#1848. Interval ShuffleNova_NightWind0311WA 0ms12116kbC++202.5kb2024-09-13 14:22:592024-09-13 14:22:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 3
0 1 0 1
2 4
1 3
2 3

output:

3 4 3 2 

result:

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