QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#229959#7635. Fairy Chessucup-team265#WA 276ms17188kbC++203.4kb2023-10-28 17:19:232023-10-28 17:19:23

详细

Test #1:

score: 100
Accepted
time: 276ms
memory: 17188kb

input:

BBAARRCCQQMM

output:

Bob

result:

ok single line: 'Bob'

Test #2:

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

input:

BAMBAMQQRCCR

output:

Alice

result:

ok single line: 'Alice'

Test #3:

score: 0
Accepted
time: 8ms
memory: 4220kb

input:

QQRAACMRMCBB

output:

Alice

result:

ok single line: 'Alice'

Test #4:

score: 0
Accepted
time: 43ms
memory: 5796kb

input:

MBBARQRMACQC

output:

Alice

result:

ok single line: 'Alice'

Test #5:

score: 0
Accepted
time: 9ms
memory: 4292kb

input:

ACQCMQRBBRMA

output:

Alice

result:

ok single line: 'Alice'

Test #6:

score: 0
Accepted
time: 6ms
memory: 4048kb

input:

MRCMABRQCQAB

output:

Alice

result:

ok single line: 'Alice'

Test #7:

score: 0
Accepted
time: 38ms
memory: 5328kb

input:

BBRCMMQAAQRC

output:

Alice

result:

ok single line: 'Alice'

Test #8:

score: 0
Accepted
time: 32ms
memory: 5620kb

input:

RRMCQMACABQB

output:

Alice

result:

ok single line: 'Alice'

Test #9:

score: 0
Accepted
time: 29ms
memory: 5660kb

input:

QMQBMRBACACR

output:

Alice

result:

ok single line: 'Alice'

Test #10:

score: 0
Accepted
time: 17ms
memory: 4596kb

input:

CMRQAQCBBRAM

output:

Alice

result:

ok single line: 'Alice'

Test #11:

score: 0
Accepted
time: 51ms
memory: 6176kb

input:

CABCRQMMRQAB

output:

Alice

result:

ok single line: 'Alice'

Test #12:

score: -100
Wrong Answer
time: 217ms
memory: 13880kb

input:

ARCBBCMQRAQM

output:

Bob

result:

wrong answer 1st lines differ - expected: 'Alice', found: 'Bob'