QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#309876#7863. Parity Gameucup-team2424#WA 1ms3608kbC++203.7kb2024-01-20 21:49:122024-01-20 21:49:12

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3512kb

input:

4 1
0 1 0 1
1 *
1

output:

Alice
1 +
1 +

result:

ok The player wins!

Test #2:

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

input:

4 0
1 0 1 0
1 *
1

output:

Alice
1 +
1 *

result:

ok The player wins!

Test #3:

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

input:

5 1
1 1 1 0 0
4 +
1 +
1

output:

Bob
1 +
1 *

result:

ok The player wins!

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3532kb

input:

3 0
1 1 1
1 +
0

output:

Bob
1 *

result:

wrong answer The interactor wins!