QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#738732#9482. Count Pseudo-PalindromesjlgxyRE 4ms24180kbC++142.3kb2024-11-12 19:48:492024-11-12 19:48:54

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 22068kb

input:

2
1 1 2 2

output:

1 2 2 1 

result:

ok 4 tokens

Test #2:

score: 0
Accepted
time: 0ms
memory: 24180kb

input:

3
2 1 2 3 1 3

output:

1 2 2 2 2 1 

result:

ok 6 tokens

Test #3:

score: 0
Accepted
time: 4ms
memory: 24124kb

input:

4
1 2 4 3 4 1 3 2

output:

1 2 1 2 1 3 1 1 

result:

ok 8 tokens

Test #4:

score: 0
Accepted
time: 0ms
memory: 24068kb

input:

1
1 1

output:

1 1 

result:

ok 2 tokens

Test #5:

score: -100
Runtime Error

input:

500000
233733 151347 468353 495903 234861 297169 312993 2734 287872 359375 79017 285205 219439 37290 409190 194953 306816 472906 123794 121028 66509 62235 385879 300188 485875 72413 167304 333428 33910 220100 151575 22575 206653 82054 111518 34032 48702 198940 6262 222529 170641 1735 38943 235003 11...

output:


result: