QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#467039#1978. Stabbing NumberTheShuMoWA 16ms10604kbPython38b2024-07-08 13:07:252024-07-08 13:07:26

Judging History

你现在查看的是最新测评结果

  • [2024-07-08 13:07:26]
  • 评测
  • 测评结果:WA
  • 用时:16ms
  • 内存:10604kb
  • [2024-07-08 13:07:25]
  • 提交

answer

print(2)

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 16ms
memory: 10604kb

input:

10 13
.....****....
.....*..*....
.....*..***..
.....*....*..
.....*....***
...***......*
...*........*
****........*
*...........*
*************

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 15ms
memory: 10456kb

input:

8 15
...............
.........*****.
....***..*...*.
....*.*..*...*.
.****.****...*.
.*...........*.
.*************.
...............

output:

2

result:

ok single line: '2'

Test #3:

score: -100
Wrong Answer
time: 11ms
memory: 10444kb

input:

16 25
...............**********
...............*........*
............****........*
............*...........*
..........***...........*
..........*.............*
........***.............*
........*...............*
.....****...............*
.....*..................*
.....*..................*
...***.....

output:

2

result:

wrong answer 1st lines differ - expected: '3', found: '2'