QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#230940#7635. Fairy Chessucup-team2006#WA 239ms22372kbC++171.8kb2023-10-28 22:14:402023-10-28 22:14:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 239ms
memory: 22372kb

input:

BBAARRCCQQMM

output:

Bob

result:

ok single line: 'Bob'

Test #2:

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

input:

BAMBAMQQRCCR

output:

Alice

result:

ok single line: 'Alice'

Test #3:

score: 0
Accepted
time: 5ms
memory: 4400kb

input:

QQRAACMRMCBB

output:

Alice

result:

ok single line: 'Alice'

Test #4:

score: -100
Wrong Answer
time: 21ms
memory: 6100kb

input:

MBBARQRMACQC

output:

Bob

result:

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