QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#230940 | #7635. Fairy Chess | ucup-team2006# | WA | 239ms | 22372kb | C++17 | 1.8kb | 2023-10-28 22:14:40 | 2023-10-28 22:14:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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'