QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#672128#9482. Count Pseudo-Palindromesucup-team5330RE 0ms5648kbC++141.2kb2024-10-24 15:44:282024-10-24 15:44:29

详细

Test #1:

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

input:

2
1 1 2 2

output:

1 2 2 1 

result:

ok 4 tokens

Test #2:

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

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: 0ms
memory: 3740kb

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: 5648kb

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: