QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#621754#8139. Ayano and sequencesucup-team4583#WA 1ms6364kbC++175.4kb2024-10-08 16:43:392024-10-08 16:43:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 6
1 2 3 4 5
2 2 4 1
1 2 3 3
2 3 4 3
1 3 5 4
2 1 5 2
1 1 3 2

output:

0 

result:

wrong answer 1st lines differ - expected: '2 12 12 36 0', found: '0 '