QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#878860#7584. Support or NotutilforeverWA 103ms39300kbRust5.6kb2025-02-01 18:21:512025-02-01 18:21:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 103ms
memory: 39300kb

input:

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

output:

0
0
0
1
1
4

result:

wrong answer 6th numbers differ - expected: '2', found: '4'