QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#494250#9142. Uniting Amoebasucup-team3650#WA 0ms3524kbC++14700b2024-07-27 14:53:452024-07-27 14:53:46

详细

Test #1:

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

input:

3
3
1 1 1
4
0 1 0 2
2
100 42

output:

2
0
142

result:

wrong answer 2nd numbers differ - expected: '1', found: '0'