QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#181604#5250. Combination Locksucup-team1426#WA 1ms3524kbC++173.2kb2023-09-16 21:15:522023-09-16 21:15:54

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3524kb

input:

2
1 0
0
0
1 1
0
0
.

output:

Bob
Bob

result:

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