QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#130576#3300. Cactus CompetitionL_G_JWA 4ms17824kbC++144.1kb2023-07-24 16:39:562023-07-24 16:39:58

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 17756kb

input:

3 3
-1 0 1
-1 0 1

output:

1

result:

ok single line: '1'

Test #2:

score: -100
Wrong Answer
time: 4ms
memory: 17824kb

input:

3 3
-1 0 1
1 0 1

output:

7

result:

wrong answer 1st lines differ - expected: '5', found: '7'