QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#486867#1820. Contest Construction415411#WA 6ms27508kbC++141.5kb2024-07-22 09:28:452024-07-22 09:28:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 4
2
1
4
3
5

output:

4

result:

ok answer is '4'

Test #2:

score: 0
Accepted
time: 1ms
memory: 5680kb

input:

8 5
1
2
3
5
8
13
21
34

output:

4

result:

ok answer is '4'

Test #3:

score: -100
Wrong Answer
time: 6ms
memory: 27508kb

input:

50 18
543
654
76
654
45
89879
5465
52534
65
76
987
54
342
76
897
98
78
765
653
763
532
654
543
432
653
754
876
9786
653
836
346
76
235
765
2543
765
443
76
7654
25
65
765
543
543
7654
54
3
76
43
54

output:

277974076672

result:

wrong answer expected '10783193', found '277974076672'