QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#197996#6325. Peaceful Resultsucup-team607WA 38ms36040kbC++2011.7kb2023-10-02 23:17:352023-10-02 23:17:35

詳細信息

Test #1:

score: 100
Accepted
time: 38ms
memory: 36040kb

input:

2
2 0 0
1 1 0
1 0 1

output:

2

result:

ok 1 number(s): "2"

Test #2:

score: -100
Wrong Answer
time: 37ms
memory: 35860kb

input:

3
0 1 2
3 0 0
1 1 1

output:

6

result:

wrong answer 1st numbers differ - expected: '0', found: '6'