QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#844318#8236. Snake MoveGuanYunchangWA 1858ms51028kbC++171.6kb2025-01-05 19:36:382025-01-05 19:36:38

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 7916kb

input:

4 5 5
3 5
3 4
3 3
3 2
4 2
.....
.....
.....
.....

output:

293

result:

ok single line: '293'

Test #2:

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

input:

2 2 4
1 1
1 2
2 2
2 1
..
..

output:

14

result:

ok single line: '14'

Test #3:

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

input:

5 5 3
1 2
1 1
2 1
.....
.###.
.#.#.
.###.
.....

output:

407

result:

ok single line: '407'

Test #4:

score: -100
Wrong Answer
time: 1858ms
memory: 51028kb

input:

3000 2900 1
1882 526
........................................................................................................#................................................................................................................................................................#................

output:

538164205

result:

wrong answer 1st lines differ - expected: '35141960580077', found: '538164205'