QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#123700#1822. Mountainous Palindromic SubarrayZhaoZiLongWA 78ms31152kbC++141.6kb2023-07-13 12:48:212023-07-13 12:48:23

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 11764kb

input:

8
2
1
2
3
2
1
7
8

output:

5

result:

ok answer is '5'

Test #2:

score: 0
Accepted
time: 2ms
memory: 11948kb

input:

5
2
5
8
7
2

output:

-1

result:

ok answer is '-1'

Test #3:

score: 0
Accepted
time: 2ms
memory: 11760kb

input:

1
19

output:

-1

result:

ok answer is '-1'

Test #4:

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

input:

7
1
3
3
6
3
3
1

output:

3

result:

ok answer is '3'

Test #5:

score: -100
Wrong Answer
time: 78ms
memory: 31152kb

input:

1000000
165433750
1777
3027
4728
5361
5786
7362
9607
9677
11454
14653
17660
17850
20040
20308
23086
24094
24932
26077
28457
31075
34172
36822
39903
42332
45556
47062
48192
48377
49228
51441
54308
56872
59989
61711
64405
65454
68314
70649
71749
72331
73681
74108
74478
76909
80194
82588
85815
87670
89...

output:

999997

result:

wrong answer expected '999999', found '999997'