QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#703127#8236. Snake Moveucup-team3190#WA 1ms5792kbC++202.8kb2024-11-02 17:13:402024-11-02 17:13:42

详细

Test #1:

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

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: 5780kb

input:

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

output:

14

result:

ok single line: '14'

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 5768kb

input:

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

output:

2019567413467717408

result:

wrong answer 1st lines differ - expected: '407', found: '2019567413467717408'