QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#116408#6631. Maximum Bitwise ORmekoszcWA 0ms8500kbC++143.6kb2023-06-28 20:23:472023-06-28 20:23:47

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 8500kb

input:

1
3 2
10 10 5
1 2
1 3

output:

3
3
2
15 2
15 0

result:

wrong answer 1st numbers differ - expected: '15', found: '3'