QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#769000#7615. Sequence Foldingucup-team3540#WA 0ms3528kbC++201.9kb2024-11-21 15:40:592024-11-21 15:41:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3520kb

input:

8 3
1 5 8

output:

2

result:

ok single line: '2'

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3528kb

input:

1 1
1

output:

1

result:

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