QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#395255#2874. First to SolveqiuzxWA 1ms5744kbC++202.4kb2024-04-21 11:43:392024-04-21 11:43:39

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3776kb

input:

5 3 60
30 0 0
40 20 0
30 60 0
0 0 0
60 60 1

output:

1
1
249561089
0
499122177

result:

ok 5 number(s): "1 1 249561089 0 499122177"

Test #2:

score: 0
Accepted
time: 1ms
memory: 5744kb

input:

1 1 1
1

output:

1

result:

ok 1 number(s): "1"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3692kb

input:

1 1 1
0

output:

0

result:

ok 1 number(s): "0"

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3780kb

input:

5 5 10
0 4 5 6 0
0 7 10 2 5
2 0 5 5 0
1 0 4 8 1
2 2 8 7 2

output:

414189247
348326430
175540038
41285416
784307341

result:

wrong answer 1st numbers differ - expected: '53696073', found: '414189247'