QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#230964#7635. Fairy Chessucup-team646#WA 54ms3696kbC++144.0kb2023-10-28 22:35:242023-10-28 22:35:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 54ms
memory: 3576kb

input:

BBAARRCCQQMM

output:

Bob

result:

ok single line: 'Bob'

Test #2:

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

input:

BAMBAMQQRCCR

output:

Alice

result:

ok single line: 'Alice'

Test #3:

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

input:

QQRAACMRMCBB

output:

Alice

result:

ok single line: 'Alice'

Test #4:

score: 0
Accepted
time: 28ms
memory: 3696kb

input:

MBBARQRMACQC

output:

Alice

result:

ok single line: 'Alice'

Test #5:

score: -100
Wrong Answer
time: 3ms
memory: 3640kb

input:

ACQCMQRBBRMA

output:

Bob

result:

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