QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#179618#5741. Triterminantucup-team607WA 1ms3672kbC++14691b2023-09-14 23:04:572023-09-14 23:04:58

详细

Test #1:

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

input:

3
4
1 1 1 1
2
1 -1
5
-1 1 1 1 -1

output:

2
1
2

result:

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