QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#562028#1848. Interval ShuffleNova_NightWind0311WA 0ms12116kbC++202.5kb2024-09-13 14:22:592024-09-13 14:22:59

详细

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'