QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#225924#1444. PalindromeLet it Rot (Yi Qian, Bo Peng, Shiyuan Feng) #WA 15ms123516kbC++201.7kb2023-10-25 12:04:412023-10-25 12:04:41

詳細信息

Test #1:

score: 100
Accepted
time: 4ms
memory: 123372kb

input:

7
1101001

output:

1

result:

ok "1"

Test #2:

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

input:

4
1001

output:

0

result:

ok "0"

Test #3:

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

input:

12
110100010011

output:

3

result:

ok "3"

Test #4:

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

input:

19
0010010101110111101

output:

4

result:

ok "4"

Test #5:

score: 0
Accepted
time: 15ms
memory: 123380kb

input:

46
0011000100001111001000010000000001100011101100

output:

8

result:

ok "8"

Test #6:

score: 0
Accepted
time: 3ms
memory: 123512kb

input:

34
0111010110110110011011110001100011

output:

6

result:

ok "6"

Test #7:

score: 0
Accepted
time: 7ms
memory: 123444kb

input:

16
1010000101001010

output:

3

result:

ok "3"

Test #8:

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

input:

50
10101101001100100110111010001001010001011001101011

output:

-1

result:

ok "-1"

Test #9:

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

input:

32
01111001100011100110111111101111

output:

8

result:

ok "8"

Test #10:

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

input:

14
01101101011101

output:

-1

result:

ok "-1"

Test #11:

score: -100
Wrong Answer
time: 7ms
memory: 123516kb

input:

48
101010011000111111001111101111100111110101101101

output:

8

result:

wrong answer 1st words differ - expected: '6', found: '8'